diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 13:34:31 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 13:34:31 +0300 |
commit | a61250b4198fa1b3153f303c7cc6082cf63f0c42 (patch) | |
tree | 8995da3676f061eebe7ce31baa707223387d29ce /extra/gtk4/build | |
parent | 7ab3bab6834f47e672a04fa94fa4db04a87afd8e (diff) | |
download | repository-a61250b4198fa1b3153f303c7cc6082cf63f0c42.tar.gz |
gtk4: use cl-meson
Diffstat (limited to 'extra/gtk4/build')
-rwxr-xr-x | extra/gtk4/build | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/extra/gtk4/build b/extra/gtk4/build index 53df33e2..a28474d9 100755 --- a/extra/gtk4/build +++ b/extra/gtk4/build @@ -2,17 +2,7 @@ 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\ +cl-meson \ -Dgtk_doc=false \ -Dwayland-backend="$(cpt l -C wayland true false)" \ -Dwin32-backend=false \ |