diff options
author | Nick Sarnie <commendsarnex@gmail.com> | 2017-07-18 19:07:28 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-07-18 17:05:56 -0700 |
commit | e517b8a60cb156dac3ada2dd3dcf01c76d072c96 (patch) | |
tree | f8e8b188fdfa033a7c99a55e55f22b28be38583f /media-libs/mesa | |
parent | net-irc/quassel: new init script revision to prevent privilege escalation. (diff) | |
download | gentoo-e517b8a60cb156dac3ada2dd3dcf01c76d072c96.tar.gz gentoo-e517b8a60cb156dac3ada2dd3dcf01c76d072c96.tar.bz2 gentoo-e517b8a60cb156dac3ada2dd3dcf01c76d072c96.zip |
media-libs/mesa: Require wayland-protocols if building with wayland support
After upstream commit 02cc359372773800de817950aebdf9be2c7973d1,
wayland-protocols>=1.8 is required if building with --enable-wayland
Signed-off-by: Nick Sarnie <commendsarnex@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/5129
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 4850a6750a4c..4a9316323a57 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -119,7 +119,10 @@ RDEPEND=" video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) ) vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] ) - wayland? ( >=dev-libs/wayland-1.11.0:=[${MULTILIB_USEDEP}] ) + wayland? ( + >=dev-libs/wayland-1.11.0:=[${MULTILIB_USEDEP}] + >=dev-libs/wayland-protocols-1.8 + ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] ) ${LIBDRM_DEPSTRING}[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,${MULTILIB_USEDEP}] " |