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