[Buildroot] [PATCH 1/2] atk: remove unrecognized configure options

Fabrice Fontaine fontaine.fabrice at gmail.com
Mon Dec 3 07:30:42 UTC 2018


Remove --disable-glibtest and --enable-explicit-deps, these options are
not recognized:
configure: WARNING: unrecognized options: --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-glibtest, --enable-explicit-deps

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/atk/atk.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/atk/atk.mk b/package/atk/atk.mk
index 64950bfd08..babb00d244 100644
--- a/package/atk/atk.mk
+++ b/package/atk/atk.mk
@@ -12,7 +12,6 @@ ATK_LICENSE = LGPL-2.0+
 ATK_LICENSE_FILES = COPYING
 ATK_INSTALL_STAGING = YES
 ATK_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install
-ATK_CONF_OPTS = --disable-glibtest --enable-explicit-deps=no
 ATK_DEPENDENCIES = libglib2 host-pkgconf
 
 $(eval $(autotools-package))
-- 
2.14.1



More information about the buildroot mailing list