Require GTK+ 2.3.0 Fix --disable-vfs-methods to work

2004-01-01  Rodney Dawes  <dobey@ximian.com>

	* configure.in: Require GTK+ 2.3.0
	  Fix --disable-vfs-methods to work
This commit is contained in:
Rodney Dawes 2004-01-01 22:35:16 +00:00 committed by Rodney Dawes
parent 05b030f473
commit f88b24cdfb
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2004-01-01 Rodney Dawes <dobey@ximian.com>
* configure.in: Require GTK+ 2.3.0
Fix --disable-vfs-methods to work
2003-12-30 Jody Goldberg <jody@gnome.org> 2003-12-30 Jody Goldberg <jody@gnome.org>
* Release 2.5.1.1 * Release 2.5.1.1

View file

@ -65,7 +65,7 @@ dnl ==============================================
dnl Check that we meet the dependencies dnl Check that we meet the dependencies
dnl ============================================== dnl ==============================================
COMMON_MODULES="gtk+-2.0 >= 2.2.0 gconf-2.0 libgnomeui-2.0 >= 2.2.0 libglade-2.0 >= 1.99.12 libbonobo-2.0 libbonoboui-2.0 libglade-2.0 gconf-2.0 gnome-desktop-2.0 >= 2.2.0" COMMON_MODULES="gtk+-2.0 >= 2.3.0 gconf-2.0 libgnomeui-2.0 >= 2.2.0 libglade-2.0 >= 1.99.12 libbonobo-2.0 libbonoboui-2.0 libglade-2.0 gconf-2.0 gnome-desktop-2.0 >= 2.2.0"
PKG_CHECK_MODULES(CAPPLET, $COMMON_MODULES) PKG_CHECK_MODULES(CAPPLET, $COMMON_MODULES)
PKG_CHECK_MODULES(GNOMECC, $COMMON_MODULES libxml-2.0 gnome-desktop-2.0 gnome-vfs-2.0) PKG_CHECK_MODULES(GNOMECC, $COMMON_MODULES libxml-2.0 gnome-desktop-2.0 gnome-vfs-2.0)
PKG_CHECK_MODULES(GNOME_SETTINGS_DAEMON, gtk+-2.0 gconf-2.0 libgnomeui-2.0 esound gnome-desktop-2.0) PKG_CHECK_MODULES(GNOME_SETTINGS_DAEMON, gtk+-2.0 gconf-2.0 libgnomeui-2.0 esound gnome-desktop-2.0)
@ -160,7 +160,7 @@ dnl ==============================================
dnl themus and fontilust dependencies dnl themus and fontilust dependencies
dnl ============================================== dnl ==============================================
AC_ARG_ENABLE(themus, [ --disable-vfs-methods Do not build the fonts:/// and themes:/// uri schemes],, enable_vfs_methods=yes) AC_ARG_ENABLE(vfs-methods, [ --disable-vfs-methods Do not build the fonts:/// and themes:/// uri schemes],, enable_vfs_methods=yes)
if test x$enable_vfs_methods = xyes; then if test x$enable_vfs_methods = xyes; then