summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-02-06 00:17:49 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2017-02-06 00:18:41 -0800
commit4af2b29257c56b27e4f0bce56874d0f9f13f928e (patch)
treec382934a7aa20e119a8b315ac961bb623befeb2b
parentx11-misc/spnavcfg: EAPI 6, clean up (diff)
downloadgentoo-4af2b29257c56b27e4f0bce56874d0f9f13f928e.tar.gz
gentoo-4af2b29257c56b27e4f0bce56874d0f9f13f928e.tar.bz2
gentoo-4af2b29257c56b27e4f0bce56874d0f9f13f928e.zip
media-libs/mesa: update wayland dep.
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>
-rw-r--r--media-libs/mesa/mesa-17.0.0_rc2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-17.0.0_rc2.ebuild b/media-libs/mesa/mesa-17.0.0_rc2.ebuild
index cf4f27384b3e..13820e2cbf07 100644
--- a/media-libs/mesa/mesa-17.0.0_rc2.ebuild
+++ b/media-libs/mesa/mesa-17.0.0_rc2.ebuild
@@ -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}]
"