upped required gtkhtml version to 0.9.3, even that is not enough for idl
2001-05-05 Gediminas Paulauskas <menesis@delfi.lt> * configure.in: upped required gtkhtml version to 0.9.3, even that is not enough for idl changes. * README: you need LIB_XML_1_BRANCH. updated all version requirements from configure.in svn path=/trunk/; revision=9683
This commit is contained in:
committed by
Gediminas Paulauskas
parent
6e410c7ebd
commit
1a2b496879
@ -1,3 +1,10 @@
|
||||
2001-05-05 Gediminas Paulauskas <menesis@delfi.lt>
|
||||
|
||||
* configure.in: upped required gtkhtml version to 0.9.3, even that is
|
||||
not enough for idl changes.
|
||||
* README: you need LIB_XML_1_BRANCH. updated all version requirements
|
||||
from configure.in
|
||||
|
||||
2001-04-26 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* configure.in: Don't autogen
|
||||
|
||||
10
README
10
README
@ -107,12 +107,12 @@ and -devel packages for each library.
|
||||
GNOME CVS (0.8.2 is too old)
|
||||
|
||||
- gnome-xml - 1.8.10 or later in the 1.0 series, but not from the 2.0
|
||||
series (If you get this from GNOME CVS, use the tag "LIB_XML_1_X".)
|
||||
series (If you get this from GNOME CVS, use the tag "LIB_XML_1_BRANCH".)
|
||||
(*)
|
||||
|
||||
- gnome-print - 0.25 or later (*)
|
||||
|
||||
- gdk-pixbuf - 0.8.0 or later (*)
|
||||
- gdk-pixbuf - 0.9.0 or later (*)
|
||||
|
||||
- ORBit - 0.5.6 or later (*) (If you get this from GNOME CVS, use the
|
||||
tag "orbit-stable-0-5".)
|
||||
@ -133,7 +133,7 @@ and -devel packages for each library.
|
||||
*** "--disable-more-warnings" when configuring, or it may fail to
|
||||
*** build.
|
||||
|
||||
- libglade (*)
|
||||
- libglade - 0.14 or later
|
||||
|
||||
- bonobo - 0.37 or later
|
||||
|
||||
@ -141,9 +141,9 @@ and -devel packages for each library.
|
||||
*** either gnome-libs or evolution for the Makefiles to work
|
||||
*** properly.
|
||||
|
||||
- gal (GNOME Application Library) - 0.5.99.5 or later
|
||||
- gal (GNOME Application Library) - 0.7.99.2 or later
|
||||
|
||||
- gtkhtml - 0.8.2 or later
|
||||
- gtkhtml - later than 0.9.3
|
||||
|
||||
If you want support for PalmPilot syncing (currently experimental so
|
||||
please back up your pilot) you will also need to do the following:
|
||||
|
||||
@ -304,12 +304,14 @@ fi
|
||||
dnl ***************
|
||||
dnl GNOME Libraries
|
||||
dnl ***************
|
||||
EVO_CHECK_LIB(Bonobo, 0.36, bonobox)
|
||||
EVO_CHECK_LIB(OAF, 0.6, oaf)
|
||||
EVO_CHECK_LIB(Bonobo, 0.37, bonobox)
|
||||
EVO_CHECK_LIB(OAF, 0.6.2, oaf)
|
||||
EVO_CHECK_LIB(libglade, 0.14, libglade)
|
||||
EVO_CHECK_LIB(gdk-pixbuf with GNOME canvas support, 0.9.0, gnomecanvaspixbuf)
|
||||
EVO_CHECK_LIB(GAL, 0.7.99.2, gal)
|
||||
EVO_CHECK_LIB(GtkHTML, 0.8, gtkhtml)
|
||||
dnl FIXME: really a post-0.9.3 version (as of April 25) is needed for
|
||||
dnl changes in Editor.idl (menesis)
|
||||
EVO_CHECK_LIB(GtkHTML, 0.9.3, gtkhtml)
|
||||
EVO_CHECK_LIB(GNOME-VFS, 0.4.2, vfs)
|
||||
EVO_CHECK_LIB(libxml, 1.8.10, xml)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user