diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-30 15:49:42 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-30 15:49:42 +0000 |
commit | c9821cc6261aef53c52d856d3ce6a8575be73a67 (patch) | |
tree | b21be644a5334f85b192997330960b8d37d5e38f /gnome-base | |
parent | Version bump (diff) | |
download | gentoo-2-c9821cc6261aef53c52d856d3ce6a8575be73a67.tar.gz gentoo-2-c9821cc6261aef53c52d856d3ce6a8575be73a67.tar.bz2 gentoo-2-c9821cc6261aef53c52d856d3ce6a8575be73a67.zip |
Removed USE dependent gnome support compilation. Support for GNOME will be compiled if gnome-libs is already present
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libglade/ChangeLog | 10 | ||||
-rw-r--r-- | gnome-base/libglade/libglade-0.17-r4.ebuild | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/gnome-base/libglade/ChangeLog b/gnome-base/libglade/ChangeLog index 11d764c5253e..989c8ad48364 100644 --- a/gnome-base/libglade/ChangeLog +++ b/gnome-base/libglade/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for gnome-base/libglade # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.2 2002/03/30 01:02:51 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.3 2002/03/30 15:49:42 seemant Exp $ + +*libglade-0.17-r4 (30 Mar 2002) + + 30 Mar 2002; Seemant Kulleen <seemant@gentoo.org> libglade-0.17-r4.ebuild : + + OK, I tried to be clever and separate out gnome support from a library that + actually comes from GNOME. Therefore, if gnome-libs is installed now, + gnome support will happen automatically. *libglade-0.17-r4 (29 Mar 2002) diff --git a/gnome-base/libglade/libglade-0.17-r4.ebuild b/gnome-base/libglade/libglade-0.17-r4.ebuild index 8ea59fc03e2d..4b35f585c5a9 100644 --- a/gnome-base/libglade/libglade-0.17-r4.ebuild +++ b/gnome-base/libglade/libglade-0.17-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-0.17-r4.ebuild,v 1.2 2002/03/30 14:25:02 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-0.17-r4.ebuild,v 1.3 2002/03/30 15:49:42 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="libglade allows programs to load their UIs from an XMLS description at tuntime." @@ -25,10 +25,6 @@ src_compile() { use nls || myconf="${myconf} --disable-nls" - use gnome \ - && myconf="${myconf} --with-gnome --enable-gnomedb" \ - || myconf="${myconf} --without-gnome --disable-gnomedb" - ./configure --host=${CHOST} \ --prefix=/usr \ --sysconfdir=/etc \ |