aboutsummaryrefslogtreecommitdiff
path: root/extra/gtk4/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-09-27 15:27:59 +0200
committerCem Keylan <cem@ckyln.com>2023-09-27 15:32:29 +0200
commitc24c80e868a07934966052fcf304fc8bf3f8e581 (patch)
treeb9b441bc497fb209ded31b7ef9aae35abb52a0be /extra/gtk4/build
parent1be13fa89a7d8e4357bf4b978da06d9fcdeb184a (diff)
downloadrepository-c24c80e868a07934966052fcf304fc8bf3f8e581.tar.gz
gtk4: disable x11 backend and enforce wayland
Diffstat (limited to 'extra/gtk4/build')
-rwxr-xr-xextra/gtk4/build3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/gtk4/build b/extra/gtk4/build
index 92826cbc..116aa421 100755
--- a/extra/gtk4/build
+++ b/extra/gtk4/build
@@ -9,8 +9,9 @@ clsed '/#ifndef G_OS_WIN32/c#if !defined(G_OS_WIN32) && defined(__GLIBC__)' \
cl-meson \
-Dgtk_doc=false \
- -Dwayland-backend="$(cpt l -C wayland true false)" \
+ -Dwayland-backend=true \
-Dwin32-backend=false \
+ -Dx11-backend=false \
-Dintrospection=disabled \
-Dmedia-gstreamer=disabled \
-Dprint-cups=disabled \