diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 13:25:58 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 13:25:58 +0300 |
commit | fe8b6d284ca3e9d611ff37a8a3a6eee530c2483e (patch) | |
tree | 810d14e2f732f6d1e4a27320bc7b562beb290e8d /extra/glib-networking | |
parent | c2c7de3284e57c2a727e7fcd0bc4cc68e577d27a (diff) | |
download | repository-fe8b6d284ca3e9d611ff37a8a3a6eee530c2483e.tar.gz |
glib-networking: use cl-meson
Diffstat (limited to 'extra/glib-networking')
-rwxr-xr-x | extra/glib-networking/build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/glib-networking/build b/extra/glib-networking/build index 632a8666..c2644049 100755 --- a/extra/glib-networking/build +++ b/extra/glib-networking/build @@ -4,11 +4,10 @@ export DESTDIR="$1" # The new version requires openssl TLS1.3, which libressl hasn't fully # implemented yet. We now need gnutls, sadly. -meson \ +cl-meson \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ - -Dlibproxy=disabled \ -Dgnutls=enabled \ . output |