poppler-0.10.6 depends on libglade. ./test/pdf-inspector.glade: <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> ./test/pdf-inspector.cc:#include <glade/glade.h> ./configure.ac: PKG_CHECK_MODULES(GTK_TEST, gtk+-2.0 >= 2.8.0 gdk-pixbuf-2.0 libglade-2.0 gthread-2.0) ./configure.ac: PKG_CHECK_MODULES(GTK_TEST, gtk+-2.0 >= 2.8.0 gdk-pixbuf-2.0 libglade-2.0 gthread-2.0, In GNOME 2.27, libglade has been deprecated in favor of GtkBuilder. See http://library.gnome.org/devel/gtk/stable/gtk-migrating-GtkBuilder.html for migration instructions. Also see http://live.gnome.org/GnomeGoals/RemoveLibGladeUseGtkBuilder
The tests depend on glade, not the library itself. Patches welcome by the way.
Created attachment 27220 [details] [review] use gtkbuilder rather than libglade the change makes poppler use gtkbuilder rather than libglade
Created attachment 27221 [details] the .ui corresponding to the change git add doesn't seem to be enough to list new files in the diff so adding it there
Fixed in git master. Thanks!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.