summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2014-01-09 22:14:07 +0000
committerMatt Turner <mattst88@gentoo.org>2014-01-09 22:14:07 +0000
commit5be099036ce02a9095333cd85a3df2e28b1cb838 (patch)
tree1efd5a5a14fc8fc7d80cd8b1c1e6629c0c13102a /media-libs
parentbump of flake8 to 2.1.0 (diff)
downloadgentoo-2-5be099036ce02a9095333cd85a3df2e28b1cb838.tar.gz
gentoo-2-5be099036ce02a9095333cd85a3df2e28b1cb838.tar.bz2
gentoo-2-5be099036ce02a9095333cd85a3df2e28b1cb838.zip
Add gbm to REQUIRED_USE for wayland, bug 491646.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/ChangeLog5
-rw-r--r--media-libs/mesa/mesa-10.0.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index bc9b56e29c20..b3b2da369a57 100644
--- a/media-libs/mesa/ChangeLog
+++ b/media-libs/mesa/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.525 2014/01/09 21:53:19 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.526 2014/01/09 22:14:07 mattst88 Exp $
+
+ 09 Jan 2014; Matt Turner <mattst88@gentoo.org> mesa-10.0.2.ebuild:
+ Add gbm to REQUIRED_USE for wayland, bug 491646.
*mesa-10.0.2 (09 Jan 2014)
diff --git a/media-libs/mesa/mesa-10.0.2.ebuild b/media-libs/mesa/mesa-10.0.2.ebuild
index 3d0a88223ebb..4d273a422369 100644
--- a/media-libs/mesa/mesa-10.0.2.ebuild
+++ b/media-libs/mesa/mesa-10.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.0.2.ebuild,v 1.1 2014/01/09 21:53:19 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.0.2.ebuild,v 1.2 2014/01/09 22:14:07 mattst88 Exp $
EAPI=5
@@ -65,7 +65,7 @@ REQUIRED_USE="
gles1? ( egl )
gles2? ( egl )
r600-llvm-compiler? ( gallium llvm || ( video_cards_r600 video_cards_radeonsi video_cards_radeon ) )
- wayland? ( egl )
+ wayland? ( egl gbm )
xa? ( gallium )
video_cards_freedreno? ( gallium )
video_cards_intel? ( || ( classic gallium ) )