diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 13:16:01 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 13:16:01 +0300 |
commit | e4412f64df5701af9682f22fbd7a5398fc0f0689 (patch) | |
tree | c73d42c5af13115046209cb7dee64c3e21bdeab3 /extra/gdk-pixbuf | |
parent | 5edfc3c14a876594335085e102723ed6a4368868 (diff) | |
download | repository-e4412f64df5701af9682f22fbd7a5398fc0f0689.tar.gz |
gdk-pixbuf: use cl-meson
Diffstat (limited to 'extra/gdk-pixbuf')
-rwxr-xr-x | extra/gdk-pixbuf/build | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/extra/gdk-pixbuf/build b/extra/gdk-pixbuf/build index 149a2c5c..27bc3328 100755 --- a/extra/gdk-pixbuf/build +++ b/extra/gdk-pixbuf/build @@ -1,12 +1,9 @@ #!/bin/sh -e -export DESTDIR="$1" +export DESTDIR=$1 -meson \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - -Dgir=true \ +cl-meson \ + -Dintrospection=enabled \ -Djasper=false \ -Dpng=true \ -Ddocs=false \ |