diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-04-27 11:49:32 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-12 23:47:18 +0100 |
commit | b72c2463f3733da35248dd894ece6e384b5d2f25 (patch) | |
tree | fecf4fff1019afef4c18b8abb5b1bd3f299d8c2a /meta/recipes-devtools | |
parent | 7888c74a2198ad9bb2ed6c1e78598992abbe26ac (diff) | |
download | poky-b72c2463f3733da35248dd894ece6e384b5d2f25.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/distcc/distcc_3.2.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-devtools/distcc/distcc_3.2.bb b/meta/recipes-devtools/distcc/distcc_3.2.bb index 600ec96673..c084ad2b73 100644 --- a/meta/recipes-devtools/distcc/distcc_3.2.bb +++ b/meta/recipes-devtools/distcc/distcc_3.2.bb | |||
@@ -7,10 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
7 | 7 | ||
8 | DEPENDS = "avahi binutils" | 8 | DEPENDS = "avahi binutils" |
9 | 9 | ||
10 | GTKCONFIG = "gtk" | 10 | PACKAGECONFIG ??= "popt" |
11 | GTKCONFIG_libc-uclibc = "" | ||
12 | |||
13 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '${GTKCONFIG}', '', d)} popt" | ||
14 | PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk --without-gnome,gtk+" | 11 | PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk --without-gnome,gtk+" |
15 | # use system popt by default | 12 | # use system popt by default |
16 | PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt" | 13 | PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt" |