[monkey-bubble: 671/753] Require GConf
- From: Sven Herzberg <herzi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [monkey-bubble: 671/753] Require GConf
- Date: Wed, 14 Jul 2010 22:52:06 +0000 (UTC)
commit 52b7f983d4f2af970412f0fe7e6ce67e93f5e1d0
Author: George Lebl <jirka 5z com>
Date: Mon Aug 27 01:39:57 2001 +0000
Require GConf
Sun Aug 26 18:39:43 2001 George Lebl <jirka 5z com>
* libgnome/configure.in, libgnome/libgnome-2.0.pc.in: Require GConf
ChangeLog | 4 ++++
configure.in | 3 ++-
libgnome/libgnome-2.0.pc.in | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1addc2e..e339e9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Aug 26 18:39:43 2001 George Lebl <jirka 5z com>
+
+ * libgnome/configure.in, libgnome/libgnome-2.0.pc.in: Require GConf
+
Fri Aug 24 09:59:14 2001 George Lebl <jirka 5z com>
* acconfig.h, configure.in, libgnome/gnome-utils.[ch]: Add portable
diff --git a/configure.in b/configure.in
index 5a7bb47..2b12fcc 100644
--- a/configure.in
+++ b/configure.in
@@ -64,7 +64,8 @@ dnl
dnl Start of pkg-config checks
dnl
PKG_CHECK_MODULES(LIBGNOME, glib-2.0 >= 1.3.7 gmodule-2.0 >= 1.3.7 gnome-vfs-2.0 >= 1.1 \
- libxml-2.0 >= 2.4.1 libbonobo-2.0 >= 1.100.0 bonobo-config-2.0 >= 0.1.3)
+ libxml-2.0 >= 2.4.1 libbonobo-2.0 >= 1.100.0 bonobo-config-2.0 >= 0.1.3 \
+ gconf-2.0 >= 1.1.1)
AC_SUBST(LIBGNOME_CFLAGS)
AC_SUBST(LIBGNOME_LIBS)
diff --git a/libgnome/libgnome-2.0.pc.in b/libgnome/libgnome-2.0.pc.in
index fd1f055..966cc5f 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 libbonobo-2.0
+Requires: glib-2.0 ORBit-2.0 libbonobo-2.0 gconf-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]