[monkey-bubble: 429/753] Don't depend on GConf anymore.
- From: Sven Herzberg <herzi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [monkey-bubble: 429/753] Don't depend on GConf anymore.
- Date: Wed, 14 Jul 2010 22:31:43 +0000 (UTC)
commit 3758c490c5b7c19f9c1cc09de919506d17332e13
Author: Martin Baulig <baulig suse de>
Date: Sun Jun 10 20:18:09 2001 +0000
Don't depend on GConf anymore.
2001-06-10 Martin Baulig <baulig suse de>
* configure.in: Don't depend on GConf anymore.
ChangeLog | 4 ++++
configure.in | 4 ----
libgnome/Makefile.am | 2 --
libgnome/libgnome-2.0.pc.in | 2 +-
4 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index de8425c..2a60b3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2001-06-10 Martin Baulig <baulig suse de>
+ * configure.in: Don't depend on GConf anymore.
+
+2001-06-10 Martin Baulig <baulig suse de>
+
* ChangeLog: This is the *top-level* ChangeLog file.
There are ChangeLog files in the libgnome/ and monikers/ directory.
diff --git a/configure.in b/configure.in
index 9d1e0fe..3908fd5 100644
--- a/configure.in
+++ b/configure.in
@@ -84,10 +84,6 @@ GNOME_PKGCONFIG_CHECK_MODULES(OAF, oaf-2.0)
AC_SUBST(OAF_CFLAGS)
AC_SUBST(OAF_LIBS)
-GNOME_PKGCONFIG_CHECK_MODULES(GCONF, gconf-2.0)
-AC_SUBST(GCONF_CFLAGS)
-AC_SUBST(GCONF_LIBS)
-
GNOME_PKGCONFIG_CHECK_MODULES(LIBXML, libxml-2.0:2.3.1)
AC_SUBST(LIBXML_CFLAGS)
AC_SUBST(LIBXML_LIBS)
diff --git a/libgnome/Makefile.am b/libgnome/Makefile.am
index cc119af..542676d 100644
--- a/libgnome/Makefile.am
+++ b/libgnome/Makefile.am
@@ -23,7 +23,6 @@ INCLUDES = \
$(LIBGNOMESUPPORT_CFLAGS) \
$(LIBBONOBO_CFLAGS) \
$(OAF_CFLAGS) \
- $(GCONF_CFLAGS) \
$(LIBXML_CFLAGS) \
$(GNOME_VFS_CFLAGS) \
-DLIBGNOME_PREFIX=\""$(prefix)"\" \
@@ -187,7 +186,6 @@ libgnome_2_la_LDFLAGS = -version-info $(LIB_VERSION)
libgnome_2_la_LIBADD = \
$(LIBGNOMESUPPORT_LIBS) \
$(OAF_LIBS) \
- $(GCONF_LIBS) \
$(LIBXML_LIBS) \
$(GNOME_VFS_LIBS) \
$(LIBBONOBO_LIBS) \
diff --git a/libgnome/libgnome-2.0.pc.in b/libgnome/libgnome-2.0.pc.in
index a41eaeb..fd1f055 100644
--- a/libgnome/libgnome-2.0.pc.in
+++ b/libgnome/libgnome-2.0.pc.in
@@ -5,7 +5,7 @@ includedir= includedir@
Name: libgnome
Description: libgnome
-Requires: glib-2.0 ORBit-2.0 gconf-2.0 libbonobo-2.0
+Requires: glib-2.0 ORBit-2.0 libbonobo-2.0
Version: @VERSION@
Libs: -L${libdir} -lgnome-2
Cflags: -I${includedir}/gnome/2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]