media-libs/mesa: update wayland dep.
authorRobin H. Johnson <robbat2@gentoo.org>
Mon, 6 Feb 2017 08:17:49 +0000 (00:17 -0800)
committerRobin H. Johnson <robbat2@gentoo.org>
Mon, 6 Feb 2017 08:18:41 +0000 (00:18 -0800)
configure: error: Package requirements
(wayland-client >= 1.11 wayland-server >= 1.11)
were not met:

Requested 'wayland-client >= 1.11' but
 version of Wayland Client is 1.10.0
Requested 'wayland-server >= 1.11' but
 version of Wayland Server is 1.10.0

Package-Manager: portage-2.3.2
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
media-libs/mesa/mesa-17.0.0_rc2.ebuild

index cf4f27384b3eb62492eabfa5f736e9a12ffa9ca1..13820e2cbf07e27c48c732c69b196677d41355ae 100644 (file)
@@ -114,7 +114,7 @@ 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.2.0:=[${MULTILIB_USEDEP}] )
+       wayland? ( >=dev-libs/wayland-1.11.0:=[${MULTILIB_USEDEP}] )
        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}]
 "