summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/build b/build
index f284b04..e67612b 100755
--- a/build
+++ b/build
@@ -5,6 +5,10 @@ include ../source.mk
configure:
oh-autoconfigure -- \
--enable-threads --disable-java \
+ --disable-curses \
+ --with-included-glib \
+ --with-included-libcroco \
+ --with-included-libxml \
--without-emacs
touch $@