commit:     d5d70b601cf58a0705db33cd0463b0a28a8f2503
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  8 09:48:31 2024 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 09:48:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d70b60

gui-libs/gtk: add missing vulkan build dep

Note that the vulkan backend is too experimental and broken in 4.12, though it
isn't used by default without custom environment variables even when enabled.
In 4.14, it is working much better, albeit not the default yet. 4.16 will likely
switch vulkan as the default over GL when both are enabled.

Closes: https://bugs.gentoo.org/928929
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gui-libs/gtk/gtk-4.12.5.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gui-libs/gtk/gtk-4.12.5.ebuild b/gui-libs/gtk/gtk-4.12.5.ebuild
index 7a3ccf1b78bc..21cbf4b52d50 100644
--- a/gui-libs/gtk/gtk-4.12.5.ebuild
+++ b/gui-libs/gtk/gtk-4.12.5.ebuild
@@ -89,6 +89,7 @@ BDEPEND="
        dev-util/glib-utils
        >=sys-devel/gettext-0.19.7
        virtual/pkgconfig
+       vulkan? ( media-libs/shaderc )
        wayland? (
                dev-util/wayland-scanner
        )

Reply via email to