aboutsummaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-09 13:34:31 +0300
committerCem Keylan <cem@ckyln.com>2021-09-09 13:34:31 +0300
commita61250b4198fa1b3153f303c7cc6082cf63f0c42 (patch)
tree8995da3676f061eebe7ce31baa707223387d29ce /extra
parent7ab3bab6834f47e672a04fa94fa4db04a87afd8e (diff)
downloadrepository-a61250b4198fa1b3153f303c7cc6082cf63f0c42.tar.gz
gtk4: use cl-meson
Diffstat (limited to 'extra')
-rwxr-xr-xextra/gtk4/build12
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 \