media-libs/mesa: Require wayland-protocols if building with wayland support
authorNick Sarnie <commendsarnex@gmail.com>
Tue, 18 Jul 2017 23:07:28 +0000 (19:07 -0400)
committerMatt Turner <mattst88@gentoo.org>
Wed, 19 Jul 2017 00:05:56 +0000 (17:05 -0700)
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

media-libs/mesa/mesa-9999.ebuild

index 4850a6750a4c4dcb79921cb7861fb4bb6652ab72..4a9316323a57c957dae3649d8ae0863c90e1a08b 100644 (file)
@@ -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}]
 "