diff options
-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 \ |