mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
libproxy: add PACKAGECONFIG control for gnome3
The gnome3 module was previously enabled by default, so enable the gnome3 PACKAGECONFIG option by default too. (From OE-Core rev: b06b37162224e945956f0a5d2fe3de2e905ec317) Signed-off-by: Andre McCurdy <armccurdy@gmail.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
033d754282
commit
86994fdf6f
@@ -19,9 +19,11 @@ inherit cmake pkgconfig
|
||||
|
||||
PACKAGECONFIG ?= " \
|
||||
${@ '' if incompatible_license_contains('GPLv3', 'x', '', d) == 'x' or bb.utils.contains('DISTRO_FEATURES', 'x11', 'x', '', d) == '' else 'gnome' } \
|
||||
gnome3 \
|
||||
"
|
||||
|
||||
PACKAGECONFIG[gnome] = "-DWITH_GNOME=yes,-DWITH_GNOME=no,gconf"
|
||||
PACKAGECONFIG[gnome3] = "-DWITH_GNOME3=yes,-DWITH_GNOME3=no"
|
||||
|
||||
EXTRA_OECMAKE += " \
|
||||
-DWITH_KDE4=no \
|
||||
|
||||
Reference in New Issue
Block a user