]> code.ossystems Code Review - openembedded-core.git/commitdiff
avahi: disable gtk bits
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 11 May 2021 14:57:43 +0000 (16:57 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 May 2021 06:57:21 +0000 (07:57 +0100)
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 <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/avahi/avahi_0.8.bb

index 23c0e8d8239c81e122d91daf89cc8627b1bf9615..5c46bbf58e603c66c118b5077528d675013bf288 100644 (file)
@@ -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"