Require 2.2.0 or newer of libgnomeui and gnome-desktop for the icon theme

2003-04-30  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Require 2.2.0 or newer of libgnomeui
	and gnome-desktop for the icon theme stuff. Fix from Spider and
	aes. Fixes bug #104907.
This commit is contained in:
Kjartan Maraas 2003-04-30 20:07:00 +00:00 committed by Kjartan Maraas
parent 3f7f20f588
commit 2397c54574
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2003-04-30 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Require 2.2.0 or newer of libgnomeui
and gnome-desktop for the icon theme stuff. Fix from Spider and
aes. Fixes bug #104907.
2003-04-23 Alexander Larsson <alexl@redhat.com>
* capplets/Makefile.am:

View file

@ -52,7 +52,7 @@ dnl ==============================================
dnl Check that we meet the dependencies
dnl ==============================================
COMMON_MODULES="gtk+-2.0 >= 2.2.0 gconf-2.0 libgnomeui-2.0 libglade-2.0 >= 1.99.12 libbonobo-2.0 libbonoboui-2.0 libglade-2.0 gconf-2.0 gnome-desktop-2.0"
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"
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(GNOME_SETTINGS_DAEMON, gtk+-2.0 gconf-2.0 libgnomeui-2.0 esound gnome-desktop-2.0)