aboutsummaryrefslogtreecommitdiff
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
parentc7be71594a0d385ef9eaecfa516b8a927847ee64 (diff)
downloadrepository-01677ecd9d19b66af0db7bdf1776411486561751.tar.gz
gtk+3: disable x11 backend
-rwxr-xr-xextra/gtk+3/build4
-rw-r--r--extra/gtk+3/depends16
-rw-r--r--extra/gtk+3/version2
3 files changed, 11 insertions, 11 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 \
diff --git a/extra/gtk+3/depends b/extra/gtk+3/depends
index 766f5299..5aa05fb6 100644
--- a/extra/gtk+3/depends
+++ b/extra/gtk+3/depends
@@ -1,16 +1,16 @@
atk
+cairo
+fontconfig
+freetype-harfbuzz
fribidi
gdk-pixbuf
-gobject-introspection
-libXcomposite
-libXcursor
-libXdamage
-libXext
-libXi
-libXinerama
-libXrandr
+glib
+gobject-introspection make
libepoxy
+libxkbcommon
meson make
pango
python make
shared-mime-info
+wayland
+wayland-protocols make
diff --git a/extra/gtk+3/version b/extra/gtk+3/version
index 881be92a..e3dff200 100644
--- a/extra/gtk+3/version
+++ b/extra/gtk+3/version
@@ -1 +1 @@
-3.24.38 1
+3.24.38 2