diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-10-01 21:58:11 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-10-01 21:58:11 +0000 |
commit | 09ce607f12132966a250dccbc892cce2a7844e9c (patch) | |
tree | 970f8490a08126bfeb8921189edf8962ca1939cc /x11-drivers/xf86-video-glint/xf86-video-glint-1.0.1.3.ebuild | |
parent | Added ~hppa, bug #147484 (diff) | |
download | historical-09ce607f12132966a250dccbc892cce2a7844e9c.tar.gz historical-09ce607f12132966a250dccbc892cce2a7844e9c.tar.bz2 historical-09ce607f12132966a250dccbc892cce2a7844e9c.zip |
(#149779) Add glproto to DEPEND on USE=dri.
Package-Manager: portage-2.1.2_pre2
Diffstat (limited to 'x11-drivers/xf86-video-glint/xf86-video-glint-1.0.1.3.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-glint/xf86-video-glint-1.0.1.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-glint/xf86-video-glint-1.0.1.3.ebuild b/x11-drivers/xf86-video-glint/xf86-video-glint-1.0.1.3.ebuild index 11b3c8126b02..3ce9819e98bf 100644 --- a/x11-drivers/xf86-video-glint/xf86-video-glint-1.0.1.3.ebuild +++ b/x11-drivers/xf86-video-glint/xf86-video-glint-1.0.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.0.1.3.ebuild,v 1.10 2006/06/30 15:21:13 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.0.1.3.ebuild,v 1.11 2006/10/01 21:58:11 dberkholz Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -20,7 +20,8 @@ DEPEND="${RDEPEND} x11-proto/xf86dgaproto x11-proto/xproto dri? ( x11-proto/xf86driproto - >=x11-libs/libdrm-2 )" + >=x11-libs/libdrm-2 + x11-proto/glproto )" CONFIGURE_OPTIONS="$(use_enable dri)" |