aboutsummaryrefslogtreecommitdiff
path: root/extra/gtk+3/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-09-25 15:05:31 +0200
committerCem Keylan <cem@ckyln.com>2023-09-27 14:24:01 +0200
commit01677ecd9d19b66af0db7bdf1776411486561751 (patch)
tree4bc4534a0a2f7b6796535f9f257cb024e25d3975 /extra/gtk+3/build
parentc7be71594a0d385ef9eaecfa516b8a927847ee64 (diff)
downloadrepository-01677ecd9d19b66af0db7bdf1776411486561751.tar.gz
gtk+3: disable x11 backend
Diffstat (limited to 'extra/gtk+3/build')
-rwxr-xr-xextra/gtk+3/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/gtk+3/build b/extra/gtk+3/build
index 1bd55b13..0f603f16 100755
--- a/extra/gtk+3/build
+++ b/extra/gtk+3/build
@@ -16,8 +16,8 @@ tests=false; [ "$CPT_TEST" = 1 ] && tests=true
cl-meson \
-Ddefault_library=both \
-Dxinerama=yes \
- -Dx11_backend=true \
- -Dwayland_backend="$(cpt l -C wayland true false)" \
+ -Dx11_backend=false \
+ -Dwayland_backend=true \
-Dprint_backends=file \
-Ddemos=false \
-Dexamples=false \