mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
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} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user