diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-10-05 14:22:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-06 09:48:20 +0100 |
commit | c832c457ff40f0f65ab28c17b78b88cb79823db1 (patch) | |
tree | e1f44bf794bfe59b7faa6ee0d3c1a0238a9e4abb /meta/recipes-gnome/libunique | |
parent | f8c2d27ef1366332900da8e0d7addeb8b265c5b0 (diff) | |
download | openembedded-core-contrib-c832c457ff40f0f65ab28c17b78b88cb79823db1.tar.gz |
libunique: Add PACKAGECONFIG for dbus
* dbus-glib was missing in DEPENDS in order to enable dbus backend
but because dbus was in DEPENDS lets enable this PACKAGECONFIG by
default
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libunique')
-rw-r--r-- | meta/recipes-gnome/libunique/libunique_1.1.6.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libunique/libunique_1.1.6.bb b/meta/recipes-gnome/libunique/libunique_1.1.6.bb index adb95251466..31af658a306 100644 --- a/meta/recipes-gnome/libunique/libunique_1.1.6.bb +++ b/meta/recipes-gnome/libunique/libunique_1.1.6.bb @@ -12,7 +12,10 @@ SRC_URI[sha256sum] = "e5c8041cef8e33c55732f06a292381cb345db946cf792a4ae18aa5c66c PR = "r7" -DEPENDS = "glib-2.0 gtk+ dbus" +DEPENDS = "glib-2.0 gtk+" + +PACKAGECONFIG ??= "dbus" +PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus dbus-glib" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |