diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 12:54:36 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 12:54:36 +0300 |
commit | f6cbad8d55fbfaa43d3824f15ce8f938b83f6856 (patch) | |
tree | be9d3b3f04d2e14b3436ea2eb920f2a362e64f4a /extra/atk | |
parent | 14e62e9b62ac68b541623d0f17a4823cc05aa720 (diff) | |
download | repository-f6cbad8d55fbfaa43d3824f15ce8f938b83f6856.tar.gz |
atk: use cl-meson
Diffstat (limited to 'extra/atk')
-rwxr-xr-x | extra/atk/build | 5 |
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 \ |