diff options
author | 2009-12-26 17:25:38 +0000 | |
---|---|---|
committer | 2009-12-26 17:25:38 +0000 | |
commit | ed0278544676af5d020a262496f45d6b683ae55b (patch) | |
tree | 2b2d73f2724848971ffdf71d6816f49a415df733 /app-emulation/wine/wine-1.1.32.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.32.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.1.32.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.1.32.ebuild b/app-emulation/wine/wine-1.1.32.ebuild index 38c9efbf6213..3d1c74d35955 100644 --- a/app-emulation/wine/wine-1.1.32.ebuild +++ b/app-emulation/wine/wine-1.1.32.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.32.ebuild,v 1.4 2009/12/12 16:20:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.32.ebuild,v 1.5 2009/12/26 17:25:38 vapier Exp $ EAPI="2" @@ -49,6 +49,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 ) @@ -78,6 +79,7 @@ DEPEND="${RDEPEND} x11-proto/xextproto x11-proto/xf86vidmodeproto ) + xinerama? ( x11-proto/xineramaproto ) sys-devel/bison sys-devel/flex" |