aboutsummaryrefslogtreecommitdiff
path: root/extra/atk
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-09 12:54:36 +0300
committerCem Keylan <cem@ckyln.com>2021-09-09 12:54:36 +0300
commitf6cbad8d55fbfaa43d3824f15ce8f938b83f6856 (patch)
treebe9d3b3f04d2e14b3436ea2eb920f2a362e64f4a /extra/atk
parent14e62e9b62ac68b541623d0f17a4823cc05aa720 (diff)
downloadrepository-f6cbad8d55fbfaa43d3824f15ce8f938b83f6856.tar.gz
atk: use cl-meson
Diffstat (limited to 'extra/atk')
-rwxr-xr-xextra/atk/build5
1 files changed, 1 insertions, 4 deletions
diff --git a/extra/atk/build b/extra/atk/build
index 0c0acae0..69920ff3 100755
--- a/extra/atk/build
+++ b/extra/atk/build
@@ -2,10 +2,7 @@
export DESTDIR="$1"
-meson \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
+cl-meson \
-Ddefault_library=both \
-Ddocs=false \
-Dintrospection=true \