diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-12-01 13:37:31 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-12-01 13:37:31 +0000 |
commit | d74a62221003cc792664e02fb21a762d530256dc (patch) | |
tree | be6c91ab61593a8567359fd757b4e4e6589da5a0 /x11-libs | |
parent | Added a "dodoc". (diff) | |
download | historical-d74a62221003cc792664e02fb21a762d530256dc.tar.gz historical-d74a62221003cc792664e02fb21a762d530256dc.tar.bz2 historical-d74a62221003cc792664e02fb21a762d530256dc.zip |
added functionality that if use=-opengl myconf contains -disable-opengl
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt/qt-3.0.5-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/qt/qt-3.0.5-r2.ebuild b/x11-libs/qt/qt-3.0.5-r2.ebuild index 2b2d6b67a60b..a3e2d791b393 100644 --- a/x11-libs/qt/qt-3.0.5-r2.ebuild +++ b/x11-libs/qt/qt-3.0.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.0.5-r2.ebuild,v 1.5 2002/11/18 12:34:26 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.0.5-r2.ebuild,v 1.6 2002/12/01 13:37:31 hannes Exp $ IUSE="nas nls postgres opengl mysql odbc gif" @@ -71,6 +71,7 @@ src_compile() { use mysql && myconf="${myconf} -plugin-sql-mysql -I/usr/include/mysql -L/usr/lib/mysql" use postgres && myconf="${myconf} -plugin-sql-psql -I/usr/include/postgresql/server" use odbc && myconf="${myconf} -plugin-sql-odbc" + use opengl && myconf="${myconf} -enable-module=opengl" || myconf="${myconfig} -disable-opengl" [ -n "$DEBUG" ] && myconf="${myconf} -debug" || myconf="${myconf} -release -no-g++-exceptions" # avoid wasting time building things we won't install |