diff options
Diffstat (limited to 'meta/recipes-gnome/libunique/libunique_1.1.6.bb')
-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 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 | ||
13 | PR = "r7" | 13 | PR = "r7" |
14 | 14 | ||
15 | DEPENDS = "glib-2.0 gtk+ dbus" | 15 | DEPENDS = "glib-2.0 gtk+" |
16 | |||
17 | PACKAGECONFIG ??= "dbus" | ||
18 | PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus dbus-glib" | ||
16 | 19 | ||
17 | LICENSE = "LGPLv2.1" | 20 | LICENSE = "LGPLv2.1" |
18 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 21 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |