summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhawkeye1164772019-10-05 11:03:01 +0200
committerhawkeye1164772019-10-05 11:03:01 +0200
commit28904403a6df3e65412a3fe739c710d679aedebf (patch)
tree71bf5d0448123836dff5c7425ae4b317f7660436 /PKGBUILD
parent982527f1eebbfe0519af6228d9d0c27d63207bb6 (diff)
downloadaur-28904403a6df3e65412a3fe739c710d679aedebf.tar.gz
Disable stylo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cd2712807a7..b0f03c74b502 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -134,7 +134,10 @@ ac_add_options --disable-gamepad
# Enable wanted features
ac_add_options --enable-jemalloc
-ac_add_options --enable-stylo=build
+
+# Stylo doesn't compile with Rust 1.38 (needs newer cssparser)
+ac_add_options --disable-stylo
+
ac_add_options --with-pthreads
ac_add_options --enable-strip
ac_add_options --enable-startup-notification