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.

(From OE-Core rev: d5e3cf611d302babf0120f887f15aec176ff3429)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2016-03-08 11:05:49 +00:00 committed by Richard Purdie
parent 1bd4b72d71
commit a321f4e5fc
1 changed files with 1 additions and 1 deletions

View File

@ -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"