aboutsummaryrefslogtreecommitdiff
path: root/wayland/wlroots-0.17/build
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/wlroots-0.17/build')
-rwxr-xr-xwayland/wlroots-0.17/build16
1 files changed, 16 insertions, 0 deletions
diff --git a/wayland/wlroots-0.17/build b/wayland/wlroots-0.17/build
new file mode 100755
index 00000000..06b86f6a
--- /dev/null
+++ b/wayland/wlroots-0.17/build
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+cl-meson \
+ --default-library=both \
+ -Db_lto=true \
+ -Dexamples=false \
+ -Dxwayland=enabled \
+ -Dbackends=drm,libinput,x11 \
+ -Drenderers=gles2 \
+ -Dsession=enabled \
+ . build
+
+ninja -C build
+ninja -C build install