diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-07-29 23:11:17 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-07-29 23:11:17 +0000 |
commit | d5725e13564ac4290753d4f38e891c8ea23ef19c (patch) | |
tree | 83ef92f061b51c8df6d21e2a4c34091a271393e3 /media-libs/mesa/mesa-7.11_rc2.ebuild | |
parent | Added desktop file and icon, bug #363409, thanks spiros (diff) | |
download | historical-d5725e13564ac4290753d4f38e891c8ea23ef19c.tar.gz historical-d5725e13564ac4290753d4f38e891c8ea23ef19c.tar.bz2 historical-d5725e13564ac4290753d4f38e891c8ea23ef19c.zip |
Specify x11 before drm for egl-platforms. Bug 376981
Package-Manager: portage-2.1.10.3/cvs/Linux x86_64
Diffstat (limited to 'media-libs/mesa/mesa-7.11_rc2.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-7.11_rc2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-7.11_rc2.ebuild b/media-libs/mesa/mesa-7.11_rc2.ebuild index efd8c04f5c41..150747c062b8 100644 --- a/media-libs/mesa/mesa-7.11_rc2.ebuild +++ b/media-libs/mesa/mesa-7.11_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11_rc2.ebuild,v 1.2 2011/07/21 16:29:36 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11_rc2.ebuild,v 1.3 2011/07/29 23:11:17 mattst88 Exp $ EAPI=3 @@ -197,7 +197,7 @@ src_configure() { if use egl; then use shared-glapi || die "egl needs shared-glapi. Please either enable shared-glapi or disable the egl use flag ." myconf+=" - --with-egl-platforms=drm,x11 + --with-egl-platforms=x11,drm $(use_enable gallium gallium-egl) " fi |