mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5019cfef85
commit
9e130813ce
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user