summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-07-02 21:35:34 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-07-02 21:35:34 (EDT)
commit09c818b091c31ae925088e3dbf3c19d5525b751c (patch)
tree1cdfa21fde999ecf865658c92ae26df136e74e3e
parent4789276c0d90f301b1ef7b7e1155b735a827363e (diff)
build: Disable curses and use some embedded libs.
-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 $@