aboutsummaryrefslogtreecommitdiff
path: root/wayland/foot/build
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/foot/build')
-rwxr-xr-xwayland/foot/build6
1 files changed, 3 insertions, 3 deletions
diff --git a/wayland/foot/build b/wayland/foot/build
index 91a1423b..3156b9d5 100755
--- a/wayland/foot/build
+++ b/wayland/foot/build
@@ -1,9 +1,9 @@
#!/bin/sh -e
-export DESTDIR=$1
+export DESTDIR="$1"
-meson \
- --prefix=/usr \
+cl-meson \
+ -Ddocs=enabled \
. output
ninja -C output