diff options
author | Cem Keylan <cem@ckyln.com> | 2021-02-04 13:23:56 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-02-04 13:23:56 +0300 |
commit | ade362df734ef4567e5d68867dc0c5c55bed54e3 (patch) | |
tree | 11175eb65a618b7ffe0a150b0e028b32ea0e9987 /testing/gtk4/build | |
parent | 3caa1a8aadc3ced5696a0d31837bc0852684409f (diff) | |
download | repository-ade362df734ef4567e5d68867dc0c5c55bed54e3.tar.gz |
gtk4: move to extra
Diffstat (limited to 'testing/gtk4/build')
-rwxr-xr-x | testing/gtk4/build | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/gtk4/build b/testing/gtk4/build deleted file mode 100755 index 07cb2b34..00000000 --- a/testing/gtk4/build +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -e - -export DESTDIR=$1 - -# Create gtk-doc subproject directory so that meson doesn't try to clone it -# even when we disable it. We also don't really need sass, but there is no -# option to disable it. -mkdir -p subprojects/gtk-doc \ - subprojects/libsass \ - subprojects/sassc - -meson \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var\ - -Dgtk_doc=false \ - -Dwayland-backend=false \ - -Dwin32-backend=false \ - -Dintrospection=disabled \ - -Dmedia-gstreamer=disabled \ - -Dsassc=disabled \ - -Dprint-cups=disabled \ - -Ddemos=false \ - -Dbuild-tests=false \ - -Dbuild-examples=false \ - -Dvulkan=disabled \ - . output - -ninja -C output -ninja -C output install |