aboutsummaryrefslogtreecommitdiff
path: root/extra/atk/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/atk/build')
-rwxr-xr-xextra/atk/build7
1 files changed, 2 insertions, 5 deletions
diff --git a/extra/atk/build b/extra/atk/build
index 376839ad..69920ff3 100755
--- a/extra/atk/build
+++ b/extra/atk/build
@@ -2,13 +2,10 @@
export DESTDIR="$1"
-meson \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
+cl-meson \
-Ddefault_library=both \
-Ddocs=false \
- -Dintrospection=false \
+ -Dintrospection=true \
. output
ninja -C output