diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-02-09 12:30:48 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-02-09 12:37:23 +0000 |
commit | 745405d6f7418798f210375fa7590db17f6b2be2 (patch) | |
tree | d6103719e3ef3daa0579ba2b8d348dd3a70cb38d /media-libs/mesa | |
parent | dev-vcs/git-merge-changelog: Fix sed expression. (diff) | |
download | gentoo-745405d6f7418798f210375fa7590db17f6b2be2.tar.gz gentoo-745405d6f7418798f210375fa7590db17f6b2be2.tar.bz2 gentoo-745405d6f7418798f210375fa7590db17f6b2be2.zip |
media-libs/mesa: Depend on >=wayland-1.11.
Commit 4af2b29257c5 fixed 17.0.0_rc2, but not the 9999 version.
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-17.0.0_rc3.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-17.0.0_rc3.ebuild b/media-libs/mesa/mesa-17.0.0_rc3.ebuild index cf4f27384b3e..13820e2cbf07 100644 --- a/media-libs/mesa/mesa-17.0.0_rc3.ebuild +++ b/media-libs/mesa/mesa-17.0.0_rc3.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}] " diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 2c9560da7574..c10645cd8932 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.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}] " |