diff options
author | Rick Farina <zerochaos@gentoo.org> | 2021-03-24 14:41:22 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2021-03-24 14:41:32 -0400 |
commit | 32b6cd6a367f994b4ff7d9230848d2649fcaddff (patch) | |
tree | abca4b0027e18b913bc52194d7912bbc45924c44 /x11-libs | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 5.11.9 (diff) | |
download | gentoo-32b6cd6a367f994b4ff7d9230848d2649fcaddff.tar.gz gentoo-32b6cd6a367f994b4ff7d9230848d2649fcaddff.tar.bz2 gentoo-32b6cd6a367f994b4ff7d9230848d2649fcaddff.zip |
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@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libva/libva-2.10.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-libs/libva/libva-2.10.0.ebuild b/x11-libs/libva/libva-2.10.0.ebuild index 87e992634ed2..c8117c47fabd 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}] |