diff options
author | Werner Koch <wk@gnupg.org> | 2017-12-07 16:29:29 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2017-12-07 16:29:29 +0100 |
commit | 5b8d12a8bde246f4c04e1981b21801965cc2638d (patch) | |
tree | f6aafb4cd10231ac6982274c4c78a69f90e2aae8 /build-aux | |
parent | build: Do not define logging.h constants for libgpg-error dev versions. (diff) | |
download | gnupg2-5b8d12a8bde246f4c04e1981b21801965cc2638d.tar.xz gnupg2-5b8d12a8bde246f4c04e1981b21801965cc2638d.zip |
speedo,w32: Disable FLTK pinentry.
--
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/speedo.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk index 7276787e1..2b3b72b86 100644 --- a/build-aux/speedo.mk +++ b/build-aux/speedo.mk @@ -514,7 +514,10 @@ else speedo_pkg_pinentry_configure = --enable-pinentry-gtk2 endif speedo_pkg_pinentry_configure += \ - --disable-pinentry-qt4 \ + --disable-pinentry-qt5 \ + --disable-pinentry-qt \ + --disable-pinentry-fltk \ + --disable-pinentry-tty \ CPPFLAGS=-I$(idir)/include \ LDFLAGS=-L$(idir)/lib \ CXXFLAGS=-static-libstdc++ |