summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-06-01 04:47:05 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-06-01 04:47:05 +0000
commit20d1760c297f52616eec73e52b510b34535b72b5 (patch)
tree60d9acfa5b885078e7d5430bd987f3874d9946fb /media-libs/mesa
parentAdd glew to RDEPEND when necessary, bug #471338. (diff)
downloadgentoo-2-20d1760c297f52616eec73e52b510b34535b72b5.tar.gz
gentoo-2-20d1760c297f52616eec73e52b510b34535b72b5.tar.bz2
gentoo-2-20d1760c297f52616eec73e52b510b34535b72b5.zip
Require egl with wayland, bug #467882.
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/ChangeLog6
-rw-r--r--media-libs/mesa/mesa-9.0.3.ebuild3
-rw-r--r--media-libs/mesa/mesa-9.1.3.ebuild3
3 files changed, 9 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index 642911ced557..2575f0b9728a 100644
--- a/media-libs/mesa/ChangeLog
+++ b/media-libs/mesa/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.485 2013/05/28 13:27:33 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.486 2013/06/01 04:47:05 chithanh Exp $
+
+ 01 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ mesa-9.0.3.ebuild, mesa-9.1.3.ebuild:
+ Require egl with wayland, bug #467882.
*mesa-9.2_pre20130528 (28 May 2013)
diff --git a/media-libs/mesa/mesa-9.0.3.ebuild b/media-libs/mesa/mesa-9.0.3.ebuild
index 0928b1fff559..492dde2e9f63 100644
--- a/media-libs/mesa/mesa-9.0.3.ebuild
+++ b/media-libs/mesa/mesa-9.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.3.ebuild,v 1.5 2013/05/09 20:15:10 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.3.ebuild,v 1.6 2013/06/01 04:47:05 chithanh Exp $
EAPI=4
@@ -58,6 +58,7 @@ REQUIRED_USE="
g3dvl? ( || ( vdpau xvmc ) )
vdpau? ( g3dvl )
r600-llvm-compiler? ( gallium llvm || ( video_cards_r600 video_cards_radeon ) )
+ wayland? ( egl )
xa? ( gallium )
xorg? ( gallium )
xvmc? ( g3dvl )
diff --git a/media-libs/mesa/mesa-9.1.3.ebuild b/media-libs/mesa/mesa-9.1.3.ebuild
index aa96bf977597..813e0f045d69 100644
--- a/media-libs/mesa/mesa-9.1.3.ebuild
+++ b/media-libs/mesa/mesa-9.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.1.3.ebuild,v 1.1 2013/05/23 00:29:18 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.1.3.ebuild,v 1.2 2013/06/01 04:47:05 chithanh Exp $
EAPI=5
@@ -59,6 +59,7 @@ REQUIRED_USE="
gles1? ( egl )
gles2? ( egl )
r600-llvm-compiler? ( gallium llvm || ( video_cards_r600 video_cards_radeon ) )
+ wayland? ( egl )
xa? ( gallium )
xorg? ( gallium )
video_cards_intel? ( || ( classic gallium ) )