All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] atk: remove unrecognized configure options
@ 2018-12-03  7:30 Fabrice Fontaine
  2018-12-03  7:30 ` [Buildroot] [PATCH 2/2] atk: bump to version 2.30.0 Fabrice Fontaine
  2018-12-03 12:29 ` [Buildroot] [PATCH 1/2] atk: remove unrecognized configure options Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2018-12-03  7:30 UTC (permalink / raw)
  To: buildroot

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@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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-01-02  9:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-03  7:30 [Buildroot] [PATCH 1/2] atk: remove unrecognized configure options Fabrice Fontaine
2018-12-03  7:30 ` [Buildroot] [PATCH 2/2] atk: bump to version 2.30.0 Fabrice Fontaine
2018-12-31 12:36   ` Thomas Petazzoni
2019-01-02  9:41   ` Thomas Petazzoni
2018-12-03 12:29 ` [Buildroot] [PATCH 1/2] atk: remove unrecognized configure options Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.