summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libproxy
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-02-08 12:34:41 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-11 12:27:27 +0000
commitb06b37162224e945956f0a5d2fe3de2e905ec317 (patch)
tree426ac3f3f67d132832be890f2886d2e8c539e7d8 /meta/recipes-support/libproxy
parent30318b91a5a40bc4021c1a81381f292238f6d268 (diff)
downloadopenembedded-core-b06b37162224e945956f0a5d2fe3de2e905ec317.tar.gz
libproxy: add PACKAGECONFIG control for gnome3
The gnome3 module was previously enabled by default, so enable the gnome3 PACKAGECONFIG option by default too. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/libproxy')
-rw-r--r--meta/recipes-support/libproxy/libproxy_0.4.11.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.11.bb b/meta/recipes-support/libproxy/libproxy_0.4.11.bb
index a5238573e7..11a23b143f 100644
--- a/meta/recipes-support/libproxy/libproxy_0.4.11.bb
+++ b/meta/recipes-support/libproxy/libproxy_0.4.11.bb
@@ -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 \