summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-05-11 16:57:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-14 07:57:26 +0100
commit9e130813ce95edc03d37ea95005df928cca843e4 (patch)
treeba94438d7acdafd8843e13843bf91ffd77967f4b /meta/recipes-connectivity/avahi
parent5019cfef85315c0ee24ae949a71b81d4c285a5ce (diff)
downloadpoky-9e130813ce95edc03d37ea95005df928cca843e4.tar.gz
avahi: disable gtk bits
This should greatly reduce dependency chains on the autobuilder; the only affected recipe is remmina, where avahi support will be disabled by default. (From OE-Core rev: 5f68f2e72accecaad6210c71d7f1ffb069edf011) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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_0.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.8.bb b/meta/recipes-connectivity/avahi/avahi_0.8.bb
index 23c0e8d823..5c46bbf58e 100644
--- a/meta/recipes-connectivity/avahi/avahi_0.8.bb
+++ b/meta/recipes-connectivity/avahi/avahi_0.8.bb
@@ -36,7 +36,7 @@ CVE_CHECK_WHITELIST += "CVE-2021-26720"
36DEPENDS = "expat libcap libdaemon glib-2.0 intltool-native" 36DEPENDS = "expat libcap libdaemon glib-2.0 intltool-native"
37 37
38# For gtk related PACKAGECONFIGs: gtk, gtk3 38# For gtk related PACKAGECONFIGs: gtk, gtk3
39AVAHI_GTK ?= "gtk3" 39AVAHI_GTK ?= ""
40 40
41PACKAGECONFIG ??= "dbus ${@bb.utils.contains_any('DISTRO_FEATURES','x11 wayland','${AVAHI_GTK}','',d)}" 41PACKAGECONFIG ??= "dbus ${@bb.utils.contains_any('DISTRO_FEATURES','x11 wayland','${AVAHI_GTK}','',d)}"
42PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus" 42PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus"