aboutsummaryrefslogtreecommitdiff
path: root/xorg/libepoxy/build
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/libepoxy/build')
-rwxr-xr-xxorg/libepoxy/build13
1 files changed, 13 insertions, 0 deletions
diff --git a/xorg/libepoxy/build b/xorg/libepoxy/build
new file mode 100755
index 00000000..54475523
--- /dev/null
+++ b/xorg/libepoxy/build
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+meson \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+ -Dhas-dlvsym=false \
+ . output
+
+ninja -C output
+ninja -C output install