diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-01-15 09:42:35 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-01-15 09:42:35 +0000 |
commit | 4aa2186dc966092714427695347a75b7b9d0cee1 (patch) | |
tree | 4bb89f09af4db0be1d660b12ad1bcee269543ccb /media-libs/allegrogl/allegrogl-0.4.3.ebuild | |
parent | Dropped old versions. (diff) | |
download | gentoo-2-4aa2186dc966092714427695347a75b7b9d0cee1.tar.gz gentoo-2-4aa2186dc966092714427695347a75b7b9d0cee1.tar.bz2 gentoo-2-4aa2186dc966092714427695347a75b7b9d0cee1.zip |
Add xf86vidmodeproto dep, bug #205831
(Portage version: 2.1.4)
Diffstat (limited to 'media-libs/allegrogl/allegrogl-0.4.3.ebuild')
-rw-r--r-- | media-libs/allegrogl/allegrogl-0.4.3.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/media-libs/allegrogl/allegrogl-0.4.3.ebuild b/media-libs/allegrogl/allegrogl-0.4.3.ebuild index fd9ad418cd19..38f885981069 100644 --- a/media-libs/allegrogl/allegrogl-0.4.3.ebuild +++ b/media-libs/allegrogl/allegrogl-0.4.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/allegrogl-0.4.3.ebuild,v 1.1 2007/11/22 00:21:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/allegrogl-0.4.3.ebuild,v 1.2 2008/01/15 09:42:35 nyhm Exp $ MY_PN="alleggl" DESCRIPTION="A library to mix OpenGL graphics with Allegro routines" @@ -12,9 +12,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" -DEPEND=">=media-libs/allegro-4.2 +RDEPEND=">=media-libs/allegro-4.2 virtual/opengl virtual/glu" +DEPEND="${RDEPEND} + x11-proto/xf86vidmodeproto" S=${WORKDIR}/${MY_PN} |