commit:     60528a7db8e13ba93f9b1e6f2bd74729af62c8f1
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 08:01:06 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 08:04:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60528a7d

games-util/libstrangle: add missing xorg-proto dep

May be possible to do without, but upstream currently passes
-DVK_USE_PLATFORM_XLIB_KHR by default and is just headers.

Closes: https://bugs.gentoo.org/862228
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild 
b/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild
index cb3b102c7f5a..9f44a3907396 100644
--- a/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild
+++ b/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild
@@ -18,8 +18,9 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="sys-apps/grep[pcre]"
 DEPEND="
+       dev-util/vulkan-headers
        media-libs/libglvnd
-       dev-util/vulkan-headers"
+       x11-base/xorg-proto"
 
 QA_SONAME="usr/lib.*/libstrangle.*" # intended for dlopen()
 

Reply via email to