diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-12-26 17:25:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-26 17:25:38 +0000 |
commit | ed0278544676af5d020a262496f45d6b683ae55b (patch) | |
tree | 2b2d73f2724848971ffdf71d6816f49a415df733 /app-emulation/wine/wine-1.1.13.ebuild | |
parent | virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only im... (diff) | |
download | gentoo-2-ed0278544676af5d020a262496f45d6b683ae55b.tar.gz gentoo-2-ed0278544676af5d020a262496f45d6b683ae55b.tar.bz2 gentoo-2-ed0278544676af5d020a262496f45d6b683ae55b.zip |
Add xinerama deps #296144 by Maciej Mrozowski.
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/wine/wine-1.1.13.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.1.13.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.1.13.ebuild b/app-emulation/wine/wine-1.1.13.ebuild index c33b6e4dacbf..6951861c2459 100644 --- a/app-emulation/wine/wine-1.1.13.ebuild +++ b/app-emulation/wine/wine-1.1.13.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/app-emulation/wine/wine-1.1.13.ebuild,v 1.18 2009/12/12 16:20:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild,v 1.19 2009/12/26 17:25:38 vapier Exp $ EAPI="2" @@ -46,6 +46,7 @@ RDEPEND=">=media-libs/freetype-2.0.0 x11-libs/libXxf86vm x11-apps/xmessage ) + xinerama? ( x11-libs/libXinerama ) alsa? ( media-libs/alsa-lib ) esd? ( media-sound/esound ) nas? ( media-libs/nas ) @@ -73,6 +74,7 @@ DEPEND="${RDEPEND} x11-proto/xextproto x11-proto/xf86vidmodeproto ) + xinerama? ( x11-proto/xineramaproto ) sys-devel/bison sys-devel/flex" |