diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2017-02-06 00:17:49 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-02-06 00:18:41 -0800 |
commit | 4af2b29257c56b27e4f0bce56874d0f9f13f928e (patch) | |
tree | c382934a7aa20e119a8b315ac961bb623befeb2b /media-libs/mesa | |
parent | x11-misc/spnavcfg: EAPI 6, clean up (diff) | |
download | gentoo-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>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-17.0.0_rc2.ebuild | 2 |
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}] " |