commit: 32b6cd6a367f994b4ff7d9230848d2649fcaddff
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 24 18:41:22 2021 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Mar 24 18:41:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b6cd6a
x11-libs/libva: add missing dep
configure checks for and aborts if dev-util/wayland-scanner is missing
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
x11-libs/libva/libva-2.10.0.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/x11-libs/libva/libva-2.10.0.ebuild
b/x11-libs/libva/libva-2.10.0.ebuild
index 87e992634ed..c8117c47fab 100644
--- a/x11-libs/libva/libva-2.10.0.ebuild
+++ b/x11-libs/libva/libva-2.10.0.ebuild
@@ -29,7 +29,10 @@ done
RDEPEND="
>=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}]
opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
- wayland? ( >=dev-libs/wayland-1.11[${MULTILIB_USEDEP}] )
+ wayland? (
+ >=dev-libs/wayland-1.11[${MULTILIB_USEDEP}]
+ dev-util/wayland-scanner[${MULTILIB_USEDEP}]
+ )
X? (
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
>=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]