summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libunique
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-10-05 14:22:59 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-07 09:37:32 +0100
commit105a709bc7182861c6101abd7a46bdcd869499fe (patch)
tree5ac463afed03870502ce196718b67a55f34a0f43 /meta/recipes-gnome/libunique
parent869d732517f1aa2f7fe3a713b31bb52177cd1070 (diff)
downloadpoky-105a709bc7182861c6101abd7a46bdcd869499fe.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 (From OE-Core rev: c832c457ff40f0f65ab28c17b78b88cb79823db1) 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.bb5
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 adb9525146..31af658a30 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
12 12
13PR = "r7" 13PR = "r7"
14 14
15DEPENDS = "glib-2.0 gtk+ dbus" 15DEPENDS = "glib-2.0 gtk+"
16
17PACKAGECONFIG ??= "dbus"
18PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus dbus-glib"
16 19
17LICENSE = "LGPLv2.1" 20LICENSE = "LGPLv2.1"
18LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" 21LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"