From 5ec6c57c3cc77e284e585c4818ff2a2900e70a6f Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Thu, 13 Aug 2020 08:43:48 +0300 Subject: gnome-settings-daemon: smartcard support is optional, and needs nss ../gnome-settings-daemon-3.36.1/meson.build:165:2: ERROR: Dependency "nss" not found, tried pkgconfig This happened when networkmanager is configured without nss, or nm support disabled in gnome-settings-daemon. Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- .../recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb index b38ba558c5..8d90a7a409 100644 --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb @@ -44,12 +44,14 @@ EXTRA_OEMESON = "--native-file ${WORKDIR}/meson.native" PACKAGECONFIG ??= " \ cups nm \ alsa gudev \ + smartcard \ ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \ " PACKAGECONFIG[alsa] = "-Dalsa=true,-Dalsa=false,alsa-lib" PACKAGECONFIG[cups] = "-Dcups=true,-Dcups=false,cups" PACKAGECONFIG[gudev] = "-Dgudev=true,-Dgudev=false,libgudev" PACKAGECONFIG[nm] = "-Dnetwork_manager=true,-Dnetwork_manager=false,networkmanager" +PACKAGECONFIG[smartcard] = "-Dsmartcard=true,-Dsmartcard=false,nss" PACKAGECONFIG[wayland] = "-Dwayland=true,-Dwayland=false,wayland" FILES_${PN} += " \ -- cgit 1.2.3-korg