aboutsummaryrefslogtreecommitdiff
path: root/wayland/wayland/build
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/wayland/build')
-rwxr-xr-xwayland/wayland/build9
1 files changed, 9 insertions, 0 deletions
diff --git a/wayland/wayland/build b/wayland/wayland/build
new file mode 100755
index 00000000..c4ea832a
--- /dev/null
+++ b/wayland/wayland/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --enable-static \
+ --disable-documentation
+
+make
+make DESTDIR="$1" install