From: Alexander Kanavin Date: Tue, 11 May 2021 14:57:43 +0000 (+0200) Subject: avahi: disable gtk bits X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~7842 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f68f2e72accecaad6210c71d7f1ffb069edf011;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/avahi/avahi_0.8.bb b/meta/recipes-connectivity/avahi/avahi_0.8.bb index 23c0e8d8239..5c46bbf58e6 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" DEPENDS = "expat libcap libdaemon glib-2.0 intltool-native" # For gtk related PACKAGECONFIGs: gtk, gtk3 -AVAHI_GTK ?= "gtk3" +AVAHI_GTK ?= "" PACKAGECONFIG ??= "dbus ${@bb.utils.contains_any('DISTRO_FEATURES','x11 wayland','${AVAHI_GTK}','',d)}" PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus"