mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
distcc: Disable GTK UI by default
In the effort to drop GTK+2 from typical images, disable distcc GUI by default. distccmon-text is still available. (From OE-Core rev: d21edfa50aa1d3f4db35903545242888223768b6) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7888c74a21
commit
b72c2463f3
@@ -7,10 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|||||||
|
|
||||||
DEPENDS = "avahi binutils"
|
DEPENDS = "avahi binutils"
|
||||||
|
|
||||||
GTKCONFIG = "gtk"
|
PACKAGECONFIG ??= "popt"
|
||||||
GTKCONFIG_libc-uclibc = ""
|
|
||||||
|
|
||||||
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '${GTKCONFIG}', '', d)} popt"
|
|
||||||
PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk --without-gnome,gtk+"
|
PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk --without-gnome,gtk+"
|
||||||
# use system popt by default
|
# use system popt by default
|
||||||
PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt"
|
PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt"
|
||||||
|
|||||||
Reference in New Issue
Block a user