aboutsummaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-09 13:27:14 +0300
committerCem Keylan <cem@ckyln.com>2021-09-09 13:27:14 +0300
commit27b40cb7007e7c58a6ac4520ef84e0d4b5b1e30a (patch)
tree5c392c378d91b456f9f78020f1f2fb7a99af6c76 /extra
parentfe8b6d284ca3e9d611ff37a8a3a6eee530c2483e (diff)
downloadrepository-27b40cb7007e7c58a6ac4520ef84e0d4b5b1e30a.tar.gz
graphene: use cl-meson
Diffstat (limited to 'extra')
-rwxr-xr-xextra/graphene/build3
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/graphene/build b/extra/graphene/build
index 9eaf5392..7333e353 100755
--- a/extra/graphene/build
+++ b/extra/graphene/build
@@ -2,8 +2,7 @@
export DESTDIR="$1"
-meson \
- --prefix=/usr \
+cl-meson \
-Ddefault_library=both \
-Darm_neon=false \
-Dgtk_doc=false \