aboutsummaryrefslogtreecommitdiff
path: root/extra/graphene/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/graphene/build')
-rwxr-xr-xextra/graphene/build16
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/graphene/build b/extra/graphene/build
new file mode 100755
index 00000000..dc78a46d
--- /dev/null
+++ b/extra/graphene/build
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+meson \
+ --prefix=/usr \
+ -Ddefault_library=both \
+ -Darm_neon=false \
+ -Dgtk_doc=false \
+ -Dintrospection=false \
+ -Dinstalled_tests=false \
+ -Dtests=false \
+ . output
+
+ninja -C output
+ninja -C output install