1 | # Copyright 1999-2002 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2002 Gentoo Technologies, Inc. |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.25 2002/09/23 16:08:41 spider Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.26 2002/10/20 00:12:06 spider Exp $ |
4 | |
4 | |
5 | inherit libtool gnome.org |
5 | inherit libtool gnome.org |
6 | |
6 | |
7 | if [ -n "$DEBUG" ] |
7 | if [ -n "$DEBUG" ] |
8 | then |
8 | then |
… | |
… | |
17 | ECLASS="gnome2" |
17 | ECLASS="gnome2" |
18 | INHERITED="$INHERITED $ECLASS" |
18 | INHERITED="$INHERITED $ECLASS" |
19 | G2CONF="" |
19 | G2CONF="" |
20 | |
20 | |
21 | if [ -n "$DEBUG" ]; then |
21 | if [ -n "$DEBUG" ]; then |
22 | G2CONF="${G2CONF} --enable-debug=yes" |
22 | G2CONF="${G2CONF} --enable-debug=yes" |
23 | fi |
23 | fi |
24 | |
24 | |
25 | ELTCONF="" |
25 | ELTCONF="" |
26 | SCROLLKEEPER_UPDATE="1" |
26 | SCROLLKEEPER_UPDATE="1" |
27 | |
27 | |