From d5e3cf611d302babf0120f887f15aec176ff3429 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 8 Mar 2016 11:05:49 +0000 Subject: avahi-ui: add dbus to PACKAGECONFIG Now that avahi has a dbus PACKAGECONFIG we need to ensure it's enabled as otherwise the avahi-ui module won't build. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-connectivity') diff --git a/meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb b/meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb index aafb52e934..adf93f0828 100644 --- a/meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb +++ b/meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb @@ -9,7 +9,7 @@ require avahi.inc inherit python-dir pythonnative distro_features_check ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" -PACKAGECONFIG ??= "python" +PACKAGECONFIG ??= "dbus python" PACKAGECONFIG[python] = "--enable-python,--disable-python,python-native python" SRC_URI[md5sum] = "22b5e705d3eabb31d26f2e1e7b074013" -- cgit 1.2.3-korg