Gentoo Archives: gentoo-commits

From: Chi-Thanh Christopher Nguyen <chithanh@××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: dev-libs/weston/
Date: Thu, 30 Jan 2014 12:28:05
Message-Id: 1391084871.532954221ddce808e304cb13c0fef0c4e8fcdd35.chithead@gentoo
1 commit: 532954221ddce808e304cb13c0fef0c4e8fcdd35
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 30 12:27:51 2014 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Thu Jan 30 12:27:51 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=53295422
7
8 dev-libs/weston: needs mesa[wayland] for egl/gles/opengl
9
10 ---
11 dev-libs/weston/weston-9999.ebuild | 8 +++++++-
12 1 file changed, 7 insertions(+), 1 deletion(-)
13
14 diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild
15 index 632cf8f..a2ca58f 100644
16 --- a/dev-libs/weston/weston-9999.ebuild
17 +++ b/dev-libs/weston/weston-9999.ebuild
18 @@ -60,9 +60,15 @@ RDEPEND="
19 )
20 egl? (
21 media-libs/glu
22 - media-libs/mesa[gles2]
23 + media-libs/mesa[gles2,wayland]
24 )
25 editor? ( x11-libs/pango )
26 + gles2? (
27 + media-libs/mesa[wayland]
28 + )
29 + opengl? (
30 + media-libs/mesa[wayland]
31 + )
32 view? (
33 app-text/poppler:=[cairo]
34 dev-libs/glib:2