Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Wed, 19 Jul 2017 00:18:23
Message-Id: 1500422756.e517b8a60cb156dac3ada2dd3dcf01c76d072c96.mattst88@gentoo
1 commit: e517b8a60cb156dac3ada2dd3dcf01c76d072c96
2 Author: Nick Sarnie <commendsarnex <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 18 23:07:28 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 19 00:05:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e517b8a6
7
8 media-libs/mesa: Require wayland-protocols if building with wayland support
9
10 After upstream commit 02cc359372773800de817950aebdf9be2c7973d1,
11 wayland-protocols>=1.8 is required if building with --enable-wayland
12
13 Signed-off-by: Nick Sarnie <commendsarnex <AT> gmail.com>
14 Closes: https://github.com/gentoo/gentoo/pull/5129
15
16 media-libs/mesa/mesa-9999.ebuild | 5 ++++-
17 1 file changed, 4 insertions(+), 1 deletion(-)
18
19 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
20 index 4850a6750a4..4a9316323a5 100644
21 --- a/media-libs/mesa/mesa-9999.ebuild
22 +++ b/media-libs/mesa/mesa-9999.ebuild
23 @@ -119,7 +119,10 @@ RDEPEND="
24 video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 )
25 )
26 vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] )
27 - wayland? ( >=dev-libs/wayland-1.11.0:=[${MULTILIB_USEDEP}] )
28 + wayland? (
29 + >=dev-libs/wayland-1.11.0:=[${MULTILIB_USEDEP}]
30 + >=dev-libs/wayland-protocols-1.8
31 + )
32 xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] )
33 ${LIBDRM_DEPSTRING}[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,${MULTILIB_USEDEP}]
34 "