diff options
author | Mart Raudsepp <leio@gentoo.org> | 2024-04-08 12:48:31 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2024-04-08 12:48:31 +0300 |
commit | d5d70b601cf58a0705db33cd0463b0a28a8f2503 (patch) | |
tree | d8e60b59259d9d962b7d522ee12244b67c40ea51 /gui-libs | |
parent | sys-process/cronie: add 1.7.2 (diff) | |
download | gentoo-d5d70b601cf58a0705db33cd0463b0a28a8f2503.tar.gz gentoo-d5d70b601cf58a0705db33cd0463b0a28a8f2503.tar.bz2 gentoo-d5d70b601cf58a0705db33cd0463b0a28a8f2503.zip |
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@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/gtk/gtk-4.12.5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |