From: Andre McCurdy <armccurdy@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 2/2] libproxy: add PACKAGECONFIG control for gnome3
Date: Mon, 8 Feb 2016 12:34:41 -0800 [thread overview]
Message-ID: <1454963681-18756-3-git-send-email-armccurdy@gmail.com> (raw)
In-Reply-To: <1454963681-18756-1-git-send-email-armccurdy@gmail.com>
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>
---
meta/recipes-support/libproxy/libproxy_0.4.11.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.11.bb b/meta/recipes-support/libproxy/libproxy_0.4.11.bb
index a523857..11a23b1 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 \
--
1.9.1
prev parent reply other threads:[~2016-02-08 20:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-08 20:34 [PATCH 0/2] libproxy: PACKAGECONFIGisation Andre McCurdy
2016-02-08 20:34 ` [PATCH 1/2] libproxy: replace PACKAGECONFIG equivalent with the real thing Andre McCurdy
2016-02-08 22:56 ` Burton, Ross
2016-02-09 8:05 ` Andre McCurdy
2016-02-09 17:29 ` Paul Eggleton
2016-02-09 17:31 ` Burton, Ross
2016-02-08 20:34 ` Andre McCurdy [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1454963681-18756-3-git-send-email-armccurdy@gmail.com \
--to=armccurdy@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.