mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
speedo: Remove obsolete configure option of gpgme.
* build-aux/speedo.mk (speedo_pkg_gpgme_configure): Remove --disable-w32-qt option. -- This option is obsolete since GPGME 1.7 (in 2016) Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
a3a5a24519
commit
d7323bb2d9
@ -521,12 +521,12 @@ endif
|
|||||||
# The LDFLAGS is needed for -lintl for glib.
|
# The LDFLAGS is needed for -lintl for glib.
|
||||||
ifeq ($(WITH_GUI),1)
|
ifeq ($(WITH_GUI),1)
|
||||||
speedo_pkg_gpgme_configure = \
|
speedo_pkg_gpgme_configure = \
|
||||||
--enable-static --enable-w32-glib --disable-w32-qt \
|
--enable-static --enable-w32-glib \
|
||||||
--with-gpg-error-prefix=$(idir) \
|
--with-gpg-error-prefix=$(idir) \
|
||||||
LDFLAGS=-L$(idir)/lib
|
LDFLAGS=-L$(idir)/lib
|
||||||
else
|
else
|
||||||
speedo_pkg_gpgme_configure = \
|
speedo_pkg_gpgme_configure = \
|
||||||
--disable-static --disable-w32-glib --disable-w32-qt \
|
--disable-static --disable-w32-glib \
|
||||||
--with-gpg-error-prefix=$(idir) \
|
--with-gpg-error-prefix=$(idir) \
|
||||||
LDFLAGS=-L$(idir)/lib
|
LDFLAGS=-L$(idir)/lib
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user