]> git.armaanb.net Git - asd-repo.git/commitdiff
mu: remove gtk dependencies
authorArmaan Bhojwani <me@armaanb.net>
Fri, 2 Jul 2021 20:36:31 +0000 (16:36 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sat, 3 Jul 2021 18:03:28 +0000 (14:03 -0400)
mu/build
mu/version

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
index 2fa1111f57a556fdbf0a1da572d1840910463580..3db8e44f465c0fcccb3a278c4492fdbe97342206 100644 (file)
@@ -1 +1 @@
-1.4.15 1
+1.4.15 2