diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 12:51:20 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 12:51:20 +0300 |
commit | 2f75f1eaec9204e7a3ffc03f017ad70f0dfedb21 (patch) | |
tree | e8d9745e7a66be9520ad635a00eb19c49e776668 /community/zathura | |
parent | 0ebb5ee760ce7d34a89cd4ce65de4652c22abc3e (diff) | |
download | repository-2f75f1eaec9204e7a3ffc03f017ad70f0dfedb21.tar.gz |
zathura: use cl-meson
Diffstat (limited to 'community/zathura')
-rwxr-xr-x | community/zathura/build | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/community/zathura/build b/community/zathura/build index 601a76f5..d579fbdb 100755 --- a/community/zathura/build +++ b/community/zathura/build @@ -9,10 +9,7 @@ patch -p1 < remove_gettext.patch clsed 's/appstream-util//' data/meson.build clsed 's/desktop-file-validate//' data/meson.build -meson \ - --prefix=/usr \ - --sysconfdir=/etc \ - --buildtype=release \ +cl-meson \ -Dsynctex=disabled \ . output |