From fe2ea28b5a5e89a22b873d44bc4673e6dea91a9a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 9 Sep 2021 22:43:55 +0300 Subject: gcr: use cl-meson --- extra/gcr/build | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'extra') diff --git a/extra/gcr/build b/extra/gcr/build index 74bf84da..bda7b938 100755 --- a/extra/gcr/build +++ b/extra/gcr/build @@ -1,14 +1,11 @@ #!/bin/sh -e -export DESTDIR="$1" +export DESTDIR=$1 -mkdir gcr-build -cd gcr-build - -meson \ - --prefix=/usr \ +cl-meson \ -Dintrospection=false \ - -Dgtk_doc=false .. + -Dgtk_doc=false \ + . output -ninja -ninja install +ninja -C output +ninja -C output install -- cgit v1.2.3