From d50820b4a7e888c58c20bf2c092b6c14f20498e7 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 28 Jan 2020 23:07:32 +0300 Subject: webkit-friends: move to extra --- extra/libsoup/build | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 extra/libsoup/build (limited to 'extra/libsoup/build') diff --git a/extra/libsoup/build b/extra/libsoup/build new file mode 100755 index 00000000..4a70f168 --- /dev/null +++ b/extra/libsoup/build @@ -0,0 +1,16 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + -Dtls_check=false \ + -Dvapi=disabled \ + -Dgssapi=disabled \ + -Dbrotli=disabled \ + . output + +ninja -C output +ninja -C output install -- cgit v1.2.3