aboutsummaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
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 \