aboutsummaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-09 13:16:01 +0300
committerCem Keylan <cem@ckyln.com>2021-09-09 13:16:01 +0300
commite4412f64df5701af9682f22fbd7a5398fc0f0689 (patch)
treec73d42c5af13115046209cb7dee64c3e21bdeab3 /extra
parent5edfc3c14a876594335085e102723ed6a4368868 (diff)
downloadrepository-e4412f64df5701af9682f22fbd7a5398fc0f0689.tar.gz
gdk-pixbuf: use cl-meson
Diffstat (limited to 'extra')
-rwxr-xr-xextra/gdk-pixbuf/build9
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 \