diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 13:27:14 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 13:27:14 +0300 |
commit | 27b40cb7007e7c58a6ac4520ef84e0d4b5b1e30a (patch) | |
tree | 5c392c378d91b456f9f78020f1f2fb7a99af6c76 /extra/graphene | |
parent | fe8b6d284ca3e9d611ff37a8a3a6eee530c2483e (diff) | |
download | repository-27b40cb7007e7c58a6ac4520ef84e0d4b5b1e30a.tar.gz |
graphene: use cl-meson
Diffstat (limited to 'extra/graphene')
-rwxr-xr-x | extra/graphene/build | 3 |
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 \ |