diff options
| -rw-r--r-- | meta/recipes-support/pinentry/pinentry_1.1.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-support/pinentry/pinentry_1.1.0.bb b/meta/recipes-support/pinentry/pinentry_1.1.0.bb index 4116efc76f..fb529d25d6 100644 --- a/meta/recipes-support/pinentry/pinentry_1.1.0.bb +++ b/meta/recipes-support/pinentry/pinentry_1.1.0.bb | |||
| @@ -25,7 +25,7 @@ PACKAGECONFIG ??= "ncurses libcap" | |||
| 25 | 25 | ||
| 26 | PACKAGECONFIG[ncurses] = "--enable-ncurses --with-ncurses-include-dir=${STAGING_INCDIR}, --disable-ncurses, ncurses" | 26 | PACKAGECONFIG[ncurses] = "--enable-ncurses --with-ncurses-include-dir=${STAGING_INCDIR}, --disable-ncurses, ncurses" |
| 27 | PACKAGECONFIG[libcap] = "--with-libcap, --without-libcap, libcap" | 27 | PACKAGECONFIG[libcap] = "--with-libcap, --without-libcap, libcap" |
| 28 | PACKAGECONFIG[qt] = "--enable-pinentry-qt, --disable-pinentry-qt, qt4-x11" | 28 | PACKAGECONFIG[qt] = "--enable-pinentry-qt, --disable-pinentry-qt, qtbase-native qtbase" |
| 29 | PACKAGECONFIG[gtk2] = "--enable-pinentry-gtk2, --disable-pinentry-gtk2, gtk+ glib-2.0" | 29 | PACKAGECONFIG[gtk2] = "--enable-pinentry-gtk2, --disable-pinentry-gtk2, gtk+ glib-2.0" |
| 30 | 30 | ||
| 31 | #To use libsecret, add meta-gnome | 31 | #To use libsecret, add meta-gnome |
| @@ -33,7 +33,6 @@ PACKAGECONFIG[secret] = "--enable-libsecret, --disable-libsecret, libsecret" | |||
| 33 | 33 | ||
| 34 | EXTRA_OECONF = " \ | 34 | EXTRA_OECONF = " \ |
| 35 | --disable-rpath \ | 35 | --disable-rpath \ |
| 36 | --disable-pinentry-qt5 \ | ||
| 37 | " | 36 | " |
| 38 | 37 | ||
| 39 | BBCLASSEXTEND = "native" | 38 | BBCLASSEXTEND = "native" |
