bum the requirements for gal >= 0.12 and version to 1.5.

* configure.in (capplet_modules): bum the requirements for gal >= 0.12
 	and version to 1.5.
This commit is contained in:
Jose Maria Celorio 2001-09-27 21:03:01 +00:00
parent 3719bf087d
commit b286046683
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2001-09-27 Chema Celorio Foo <chema@celorio.com>
* configure.in (capplet_modules): bum the requirements for gal >= 0.12
and version to 1.5.8
2001-09-10 Chema Celorio <chema@celorio.com>
* configure.in (GNOMECC_PIXMAPS_DIR): substite ${prefix}/share with {datadir}

View file

@ -1,7 +1,7 @@
AC_INIT(control-center)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(control-center, 1.5.7)
AM_INIT_AUTOMAKE(control-center, 1.5.8)
AM_MAINTAINER_MODE
@ -126,7 +126,7 @@ AM_CONDITIONAL(MONIKER_ENABLE, test "x$moniker_enable" = "xyes")
dnl ==============================================
dnl Check that we meet the dependencies
dnl ==============================================
capplet_modules="libcapplet >= 1.5.4 libglade-gnome gdk_pixbuf gdk_pixbuf_xlib gal > 0.8"
capplet_modules="libcapplet >= 1.5.4 libglade-gnome gdk_pixbuf gdk_pixbuf_xlib gal >= 0.12"
PKG_CHECK_MODULES(CAPPLET, $capplet_modules $PKG_BONOBO_CONF_CHECK)
PKG_CHECK_MODULES(GNOMECC, gnomeui libglade xml gdk_pixbuf gnomecanvaspixbuf $PKG_BONOBO_CHECK gtkhtml >= 0.9)
PKG_CHECK_MODULES(RMHELPER, gnomeui gnomecanvaspixbuf)