summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/pinentry/pinentry_1.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/pinentry/pinentry_1.1.0.bb')
-rw-r--r--meta/recipes-support/pinentry/pinentry_1.1.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/pinentry/pinentry_1.1.0.bb b/meta/recipes-support/pinentry/pinentry_1.1.0.bb
index 8c500dcadc..dc9069b9d5 100644
--- a/meta/recipes-support/pinentry/pinentry_1.1.0.bb
+++ b/meta/recipes-support/pinentry/pinentry_1.1.0.bb
@@ -19,7 +19,9 @@ SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
19SRC_URI[md5sum] = "3829315cb0a1e9cedc05ffe6def7a2c6" 19SRC_URI[md5sum] = "3829315cb0a1e9cedc05ffe6def7a2c6"
20SRC_URI[sha256sum] = "68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570" 20SRC_URI[sha256sum] = "68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570"
21 21
22inherit autotools pkgconfig 22inherit autotools pkgconfig features_check
23
24REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'libsecret', 'gobject-introspection-data', '', d)}"
23 25
24PACKAGECONFIG ??= "ncurses libcap" 26PACKAGECONFIG ??= "ncurses libcap"
25 27
@@ -27,8 +29,6 @@ PACKAGECONFIG[ncurses] = "--enable-ncurses --with-ncurses-include-dir=${STAGING
27PACKAGECONFIG[libcap] = "--with-libcap, --without-libcap, libcap" 29PACKAGECONFIG[libcap] = "--with-libcap, --without-libcap, libcap"
28PACKAGECONFIG[qt] = "--enable-pinentry-qt, --disable-pinentry-qt, qtbase-native qtbase" 30PACKAGECONFIG[qt] = "--enable-pinentry-qt, --disable-pinentry-qt, qtbase-native qtbase"
29PACKAGECONFIG[gtk2] = "--enable-pinentry-gtk2, --disable-pinentry-gtk2, gtk+ glib-2.0" 31PACKAGECONFIG[gtk2] = "--enable-pinentry-gtk2, --disable-pinentry-gtk2, gtk+ glib-2.0"
30
31#To use libsecret, add meta-gnome
32PACKAGECONFIG[secret] = "--enable-libsecret, --disable-libsecret, libsecret" 32PACKAGECONFIG[secret] = "--enable-libsecret, --disable-libsecret, libsecret"
33 33
34EXTRA_OECONF = " \ 34EXTRA_OECONF = " \