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@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Ross Burton 2015-01-28 15:50:05 +00:00 committed by Martin Jansa
parent a1b3bca497
commit 99a7482492

View File

@ -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} \