From 880c971242512ffdc98af08d7c990ca4a8504b8a Mon Sep 17 00:00:00 2001 From: kyak Date: Fri, 18 Feb 2011 09:29:39 +0300 Subject: [PATCH] w3m: fix build with config.full_system --- w3m/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/w3m/Makefile b/w3m/Makefile index 2ce15f9..bcb75d4 100644 --- a/w3m/Makefile +++ b/w3m/Makefile @@ -36,7 +36,9 @@ define Build/Prepare endef CONFIGURE_ARGS += --with-ssl=$(STAGING_DIR)/usr \ - --with-gc=$(STAGING_DIR)/usr/lib + --with-gc=$(STAGING_DIR)/usr/lib \ + --disable-xface \ + --with-imagelib="gtk2 gdk-pixbuf" CONFIGURE_VARS += ac_cv_lib_gc_GC_init=yes