aboutsummaryrefslogtreecommitdiff
path: root/wayland/wayland/build
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/wayland/build')
-rwxr-xr-xwayland/wayland/build15
1 files changed, 9 insertions, 6 deletions
diff --git a/wayland/wayland/build b/wayland/wayland/build
index c4ea832a..06250677 100755
--- a/wayland/wayland/build
+++ b/wayland/wayland/build
@@ -1,9 +1,12 @@
#!/bin/sh -e
-./configure \
- --prefix=/usr \
- --enable-static \
- --disable-documentation
+export DESTDIR="$1"
-make
-make DESTDIR="$1" install
+cl-meson \
+ --default-library=both \
+ -Ddocumentation=false \
+ -Dtests=false \
+ . output
+
+ninja -C output
+ninja -C output install