mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
committed by
Martin Jansa
parent
a1b3bca497
commit
99a7482492
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user