bump required GTK+ version to 2.13.1
2008-10-25 Jens Granseuer <jensgr@gmx.net> * configure.in: bump required GTK+ version to 2.13.1 svn path=/trunk/; revision=9115
This commit is contained in:
parent
3db580dbaa
commit
d99e8a9d76
2 changed files with 5 additions and 8 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-10-25 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* configure.in: bump required GTK+ version to 2.13.1
|
||||
|
||||
Fri Oct 24 17:17:47 2008 Søren Sandmann <sandmann@redhat.com>
|
||||
|
||||
* Get rid of a number of unnecessary gnome.h includes
|
||||
|
|
|
@ -17,13 +17,6 @@ AM_PROG_LIBTOOL
|
|||
# Use the GNOME documentation framework
|
||||
GNOME_DOC_INIT
|
||||
|
||||
m4_define(fontconfig_minver, 1.0.0)
|
||||
m4_define(xft_minver, 2.1.2)
|
||||
m4_define(gtk_minver, 2.11.6)
|
||||
m4_define(libbonobo_minver, 2.0.0)
|
||||
m4_define(libgnomeui_minver, 2.2.0)
|
||||
m4_define(nautilus_minver, 2.6.0)
|
||||
|
||||
changequote(,)dnl
|
||||
if test "x$GCC" = "xyes"; then
|
||||
case " $CFLAGS " in
|
||||
|
@ -92,7 +85,7 @@ dnl ==============================================
|
|||
ENABLE_DYNAMIC_LIBSLAB=0
|
||||
AM_CONDITIONAL(ENABLE_DYNAMIC_LIBSLAB, test "x$ENABLE_DYNAMIC_LIBSLAB" = "x1")
|
||||
|
||||
COMMON_MODULES="gtk+-2.0 >= 2.11.6 dnl
|
||||
COMMON_MODULES="gtk+-2.0 >= 2.13.1 dnl
|
||||
glib-2.0 >= 2.17.4 dnl
|
||||
gio-2.0 dnl
|
||||
gconf-2.0 dnl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue