Comment 2 for bug 327938

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

You're right, the diff between the two configure files show that evince has been added (I must have inverted the diff previously, because I saw it explicitely to go away, IIRC)...

Strange that with default_bindings_on didn't take it into account on configure step and warned for that.
New version of the branch correct this.

FYI:
$ diff -Nup ../../gnome-python-desktop-2.24.1/configure.ac configure.ac
--- ../../gnome-python-desktop-2.24.1/configure.ac 2008-12-19 16:16:26.000000000 +0100
+++ configure.ac 2009-02-01 19:48:36.000000000 +0100
[...]
@@ -128,7 +128,7 @@ AC_ARG_ENABLE([gtk-doc],
[...]
-default_bindings_on="applet gnomeprint gnomeprintui gtksourceview wnck totem_plparser gtop nautilusburn mediaprofiles rsvg gnomekeyring gnomedesktop bugbuddy metacity evolution evolution_ecal"
+default_bindings_on="applet gnomeprint gnomeprintui gtksourceview wnck totem_plparser gtop nautilusburn mediaprofiles rsvg
gnomekeyring gnomedesktop bugbuddy metacity evolution evolution_ecal evince"

@@ -153,7 +153,8 @@ dnl should we build the gnome.applet mod
 AC_ARG_BINDING([applet],[YES],[gnome.applet])
 if $build_applet; then
        PKG_CHECK_MODULES(LIBPANELAPPLET, [libpanelapplet-2.0 >= libpanelapplet_required_version
- gnome-python-2.0 >= gnome_python_required_version],
+ gnome-python-2.0 >= gnome_python_required_version
+ libgnome-2.0 libgnomeui-2.0],