]> git.armaanb.net Git - asd-repo.git/blobdiff - mu/build
vis: add soft-wrap patch
[asd-repo.git] / mu / build
index eb98e929a4d2c9ce033974a6883697199e8ef3c0..1250bcda15709fe7cd8e47b38f67c8c65be762eb 100755 (executable)
--- a/mu/build
+++ b/mu/build
@@ -1,6 +1,10 @@
 #!/usr/bin/sh -e
 
-./configure --prefix=/usr
+./configure \
+    --prefix=/usr \
+    --disable-gtk \
+    --disable-webkit \
+    --disable-rpath
 
 make
 make DESTDIR="$1" install