aboutsummaryrefslogtreecommitdiff
path: root/extra/glib-networking/build
blob: c2644049e6b7f2a760e095c22078cb6cfa1b39b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh -e

export DESTDIR="$1"

# The new version requires openssl TLS1.3, which libressl hasn't fully
# implemented yet. We now need gnutls, sadly.
cl-meson \
    --prefix=/usr \
    --sysconfdir=/etc \
    --localstatedir=/var \
    -Dgnutls=enabled \
    . output

ninja -C output
ninja -C output install