aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-03-08 11:05:49 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-09 16:54:36 +0000
commitd5e3cf611d302babf0120f887f15aec176ff3429 (patch)
treeeb8cec2fcc1c4bedacd03d6cc8ef83a3d35e3b3a /meta/recipes-connectivity/avahi
parent52e6e586b142ec782aac10c16366f273be6405f6 (diff)
downloadopenembedded-core-d5e3cf611d302babf0120f887f15aec176ff3429.tar.gz
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 <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/avahi')
-rw-r--r--meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb2
1 files changed, 1 insertions, 1 deletions
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"