Bug#1078210: src:gtk4: Please enable vulkan backend
Matthias Geiger
werdahias at debian.org
Thu Aug 8 10:32:17 BST 2024
Source: gtk4
Version: 4.14.4+ds-8
Severity: wishlist
Tags: patch
X-Debbugs-Cc: werdahias at debian.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
GTK4 has gained support for using Vulkan as backend remderer [0]
Please consider enabling it (see attached patch).
[0] https://blog.gtk.org/2024/01/28/new-renderers-for-gtk/
best,
werdahias
- -- System Information:
Debian Release: trixie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.10.3-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: OpenRC (via /run/openrc), PID 1: init
LSM: AppArmor: enabled
-----BEGIN PGP SIGNATURE-----
iIsEARYIADMWIQQUWTv/Sl6/b+DpcW7svtu2B7myvgUCZrSQmxUcd2VyZGFoaWFz
QGRlYmlhbi5vcmcACgkQ7L7btge5sr62FAEA06ViDtHXcomf4UQQO6f9+VKKNVKT
Hp9+F9Lb2XB/dFAA/2ZuplICQ1/QDAhQ+ZG8YZzxzvgrsI1PH3cwfb+NUj8K
=Og0q
-----END PGP SIGNATURE-----
-------------- next part --------------
diff --git a/debian/rules b/debian/rules
index 06f4268ec6..f4a5485bda 100755
--- a/debian/rules
+++ b/debian/rules
@@ -91,6 +91,7 @@ endif
ifeq (linux,$(DEB_HOST_ARCH_OS))
configure_flags_deb += -Dwayland-backend=true
+configure_flags_deb += -Dvulkan=enabled
else
configure_flags_deb += -Dvulkan=disabled
configure_flags_deb += -Dwayland-backend=false
More information about the pkg-gnome-maintainers
mailing list