[oe-commits] Ross Burton : gnome-settings-daemon: add PACKAGECONFIG for smartcard support

git at git.openembedded.org git at git.openembedded.org
Wed Feb 4 16:06:16 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 40ff5cee13c61586ebd81b8cff38e1e91114e613
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=40ff5cee13c61586ebd81b8cff38e1e91114e613

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Jan 28 15:50:05 2015 +0000

gnome-settings-daemon: add PACKAGECONFIG for smartcard support

Smartcard support is enabled by default and results in a floating dependency on
NSS.  Add a PACKAGECONFIG for this and disable it by default.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb
index 729d750..f45acab 100644
--- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb
@@ -15,6 +15,7 @@ S = "${WORKDIR}/git"
 
 PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)"
 PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio glib-2.0 libcanberra"
+PACKAGECONFIG[smartcard] = "--enable-smartcard-support,--disable-smartcard-support,nss"
 
 EXTRA_OECONF = " \
     --x-includes=${STAGING_INCDIR} \



More information about the Openembedded-commits mailing list