Lines Matching +full:autotools +full:- +full:build +full:- +full:and +full:- +full:test
9 LIBGPGME_SOURCE = gpgme-$(LIBGPGME_VERSION).tar.bz2
10 LIBGPGME_LICENSE = LGPL-2.1+
15 LIBGPGME_DEPENDENCIES = libassuan libgpg-error
16 LIBGPGME_CONFIG_SCRIPTS = gpgme-config
19 # C++ bindings require a C++11 capable gcc, and -Wsuggest-override support
25 --with-gpg-error-prefix=$(STAGING_DIR)/usr \
26 --with-libassuan-prefix=$(STAGING_DIR)/usr \
27 --disable-gpgsm-test \
28 --disable-gpgconf-test \
29 --disable-g13-test \
30 --disable-gpg-test \
31 --enable-languages=$(subst $(space),$(comma),$(LIBGPGME_LANGUAGE_BINDINGS))
33 # Handle argp-standalone or it errors out during build
37 LIBGPGME_CONF_ENV += LIBS="-largp" ac_cv_type_error_t=yes
38 LIBGPGME_DEPENDENCIES += argp-standalone
43 LIBGPGME_CONF_OPTS += --disable-linux-getdents
46 $(eval $(autotools-package))