diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 21:13:01 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 21:13:01 +0300 |
commit | 3cd8d48e892575d669fe360e4461bded2aced5b0 (patch) | |
tree | f2148da138443b93e706ea1bf9414194a719fdaf /extra | |
parent | 6871cb3a41028e68bb9149b3391c70d38ea13746 (diff) | |
download | repository-3cd8d48e892575d669fe360e4461bded2aced5b0.tar.gz |
libsoup: use cl-meson
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/libsoup/build | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/extra/libsoup/build b/extra/libsoup/build index 334686ca..dbf11245 100755 --- a/extra/libsoup/build +++ b/extra/libsoup/build @@ -2,15 +2,8 @@ export DESTDIR="$1" -meson \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ +cl-meson \ -Dtls_check=false \ - -Dvapi=disabled \ - -Dgssapi=disabled \ - -Dbrotli=disabled \ - -Dsysprof=disabled \ . output ninja -C output |