| 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.17 2002/06/29 23:50:55 azarah Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.18 2002/07/12 15:24:36 danarmak Exp $ |
| 4 | |
4 | |
| 5 | inherit libtool |
5 | inherit libtool |
| 6 | inherit debug |
6 | inherit debug |
| 7 | # Authors: |
7 | # Authors: |
| 8 | # Bruce A. Locke <blocke@shivan.org> |
8 | # Bruce A. Locke <blocke@shivan.org> |
| 9 | # Spidler <spidler@gentoo.org> |
9 | # Spidler <spidler@gentoo.org> |
| 10 | |
10 | |
| 11 | # Gnome 2 ECLASS |
11 | # Gnome 2 ECLASS |
| 12 | ECLASS="gnome2" |
12 | ECLASS="gnome2" |
|
|
13 | INHERITED="$INHERITED $ECLASS" |
| 13 | |
14 | |
| 14 | G2CONF="--enable-debug=yes" |
15 | G2CONF="--enable-debug=yes" |
| 15 | ELTCONF="" |
16 | ELTCONF="" |
| 16 | SCROLLKEEPER_UPDATE="0" |
17 | SCROLLKEEPER_UPDATE="0" |
| 17 | |
18 | |