summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-03-05 17:21:34 +0000
committerMike Frysinger <vapier@gentoo.org>2009-03-05 17:21:34 +0000
commit28eef52c806cefe11ffe1d82926913c859e5bde4 (patch)
tree736fb6e26109d385dca69ea30eda3ac0415194b4 /media-tv/xbmc/xbmc-9999.ebuild
parentVersion bump (diff)
downloadhistorical-28eef52c806cefe11ffe1d82926913c859e5bde4.tar.gz
historical-28eef52c806cefe11ffe1d82926913c859e5bde4.tar.bz2
historical-28eef52c806cefe11ffe1d82926913c859e5bde4.zip
Add mesa-progs to the depend list #261226 by Michalis Adamidis.
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'media-tv/xbmc/xbmc-9999.ebuild')
-rw-r--r--media-tv/xbmc/xbmc-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-tv/xbmc/xbmc-9999.ebuild b/media-tv/xbmc/xbmc-9999.ebuild
index b82f22c8ba6b..3266702facb6 100644
--- a/media-tv/xbmc/xbmc-9999.ebuild
+++ b/media-tv/xbmc/xbmc-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.11 2009/02/24 21:55:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.12 2009/03/05 17:21:34 vapier Exp $
# XXX: be nice to split out packages that come bundled and use the
# system libraries ...
@@ -59,6 +59,7 @@ RDEPEND="opengl? ( virtual/opengl )
sys-apps/hal
sys-apps/pmount
virtual/mysql
+ x11-libs/mesa-progs
x11-libs/libXinerama
x11-libs/libXrandr
x11-libs/libXrender"
@@ -116,6 +117,7 @@ src_configure() {
econf \
--disable-ccache \
+ --disable-optimizations \
$(use_enable debug) \
$(use_enable joystick) \
$(use_enable opengl gl) \