summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2002-12-01 13:37:31 +0000
committerHannes Mehnert <hannes@gentoo.org>2002-12-01 13:37:31 +0000
commitb45e2aaac30d9b1ce4156760fd023048d46b95cd (patch)
treef7eba945289f95e556daef4e36918a9f2e3bf5ae /x11-libs
parentAdded a "dodoc". (diff)
downloadgentoo-2-b45e2aaac30d9b1ce4156760fd023048d46b95cd.tar.gz
gentoo-2-b45e2aaac30d9b1ce4156760fd023048d46b95cd.tar.bz2
gentoo-2-b45e2aaac30d9b1ce4156760fd023048d46b95cd.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.ebuild3
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