From 1d586bf34a5df757762fa19ce078f43c23fa38ad Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 6 Aug 2012 16:23:19 +0000 Subject: [PATCH] [package] giflib should build without x11 SVN-Revision: 33018 --- libs/giflib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/giflib/Makefile b/libs/giflib/Makefile index ca2f31e693..425043d07c 100644 --- a/libs/giflib/Makefile +++ b/libs/giflib/Makefile @@ -34,7 +34,7 @@ define Package/giflib/description endef TARGET_CFLAGS += $(FPIC) -CONFIGURE_ARGS += --without-x +CONFIGURE_ARGS += --enable-x11=no define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) -- 2.30.2