Update version dependency for libcapplet to 1.5.2

2001-07-27  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in (capplet_modules): Update version dependency for
	libcapplet to 1.5.2
This commit is contained in:
Bradford Hovinen 2001-07-27 15:39:20 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent d81fdb9afb
commit 9384ca2299
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-07-27 Bradford Hovinen <hovinen@ximian.com>
* configure.in (capplet_modules): Update version dependency for
libcapplet to 1.5.2
2001-07-26 Bradford Hovinen <hovinen@ximian.com>
* configure.in (AC_ARG_ENABLE): Fix problem where meaning of

View file

@ -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.4.0 libglade-gnome gdk_pixbuf gdk_pixbuf_xlib gal > 0.8"
capplet_modules="libcapplet >= 1.5.2 libglade-gnome gdk_pixbuf gdk_pixbuf_xlib gal > 0.8"
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)