On 10/31/07, jamie <[EMAIL PROTECTED]> wrote: > On Wed, 2007-10-31 at 14:03 +0200, Tshepang Lekhonkhobe wrote: > > Hi, > > > > I looked in configure.ac which claims that TST requires libglade. If > > so what for? > > > > AFAIK libglade is only needed by tracker-preferences
Here's a bugfix. -- my place on the web: floss-and-misc.blogspot.com
Index: README =================================================================== --- README (revision 983) +++ README (working copy) @@ -116,7 +116,7 @@ Run time dependencies (also needed for b in distro versions) * libdbus (0.60 +) * dbus-glib bindings (0.60 +) -* glib (2.9.1 +) +* GLib (2.10) * zlib * intltool (>=0.3.5) * GMime Index: configure.ac =================================================================== --- configure.ac (revision 983) +++ configure.ac (working copy) @@ -597,7 +597,6 @@ GTK_REQUIRED=2.8.0 LIBGNOME_DESKTOP_REQUIRED=2.9.91 LIBGNOME_REQUIRED=2.13.2 LIBGNOMEUI_REQUIRED=2.13.7 -LIBGLADE_REQUIRED=2.5.0 GNOMEVFS_REQUIRED=2.8.4 AC_ARG_ENABLE(gui, AC_HELP_STRING([--disable-gui], [Disable building of the tracker-search-tool]),,[enable_gui=yes])
_______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
