From 99a74824921bf68cea3dea9ed98bfe89c4fb0db0 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 28 Jan 2015 15:50:05 +0000 Subject: 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 Signed-off-by: Martin Jansa --- .../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 729d750bf5..f45acab17a 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} \ -- cgit 1.2.3-korg