diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-06-18 21:21:32 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-18 21:24:25 -0700 |
commit | c3b19334d7fd2b9406a6447092375f3fd997ec6c (patch) | |
tree | e228dc742a988c92052b768c8ff18555441ffb43 | |
parent | 875f071adb4de4e0693f54bd0a8b1fd780fbc854 (diff) | |
download | meta-openembedded-c3b19334d7fd2b9406a6447092375f3fd997ec6c.tar.gz |
pidgin-sipe: Depend on gmime
gmime is used if detected, some build hosts the detection logic
fails, make the dependency unconditional to fix build failures
when it detects host's gmime install
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/pidgin/pidgin-sipe_1.24.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/pidgin/pidgin-sipe_1.24.0.bb b/meta-oe/recipes-support/pidgin/pidgin-sipe_1.24.0.bb index beae281a30..7632fd2de7 100644 --- a/meta-oe/recipes-support/pidgin/pidgin-sipe_1.24.0.bb +++ b/meta-oe/recipes-support/pidgin/pidgin-sipe_1.24.0.bb | |||
@@ -3,7 +3,7 @@ SECTION = "webos/services" | |||
3 | LICENSE = "GPLv2.0" | 3 | LICENSE = "GPLv2.0" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
5 | 5 | ||
6 | DEPENDS = "pidgin intltool-native glib-2.0-native" | 6 | DEPENDS = "pidgin gmime intltool-native glib-2.0-native" |
7 | 7 | ||
8 | inherit pkgconfig | 8 | inherit pkgconfig |
9 | inherit autotools | 9 | inherit autotools |
@@ -19,7 +19,7 @@ PACKAGECONFIG[nss] = "--enable-nss=yes,--enable-nss=no,nss" | |||
19 | PACKAGECONFIG[openssl] = "--enable-openssl=yes,--enable-openssl=no,openssl" | 19 | PACKAGECONFIG[openssl] = "--enable-openssl=yes,--enable-openssl=no,openssl" |
20 | PACKAGECONFIG[krb5] = "--with-krb5=yes,--with-krb5=no,krb5" | 20 | PACKAGECONFIG[krb5] = "--with-krb5=yes,--with-krb5=no,krb5" |
21 | #PACKAGECONFIG[voice_and_video] = "--with-vv=yes,--with-vv=no,libnice gstreamer" | 21 | #PACKAGECONFIG[voice_and_video] = "--with-vv=yes,--with-vv=no,libnice gstreamer" |
22 | PACKAGECONFIG[telepathy] = "--enable-telepathy=yes,--enable-telepathy=no,telepathy-glib gmime" | 22 | PACKAGECONFIG[telepathy] = "--enable-telepathy=yes,--enable-telepathy=no,telepathy-glib" |
23 | #PACKAGECONFIG[gssapi_only] = "--enable-gssapi-only=yes,--enable-gssapi-only=no,krb5" | 23 | #PACKAGECONFIG[gssapi_only] = "--enable-gssapi-only=yes,--enable-gssapi-only=no,krb5" |
24 | PACKAGECONFIG[debug] = "--enable-debug=yes,--enable-debug=no,valgrind" | 24 | PACKAGECONFIG[debug] = "--enable-debug=yes,--enable-debug=no,valgrind" |
25 | 25 | ||