evince/evince-2.91.0-introspection-build-fix.patch

25 lines
1.1 KiB
Diff

diff -up evince-2.91.0/libdocument/Makefile.am.gtk3-introspection evince-2.91.0/libdocument/Makefile.am
--- evince-2.91.0/libdocument/Makefile.am.gtk3-introspection 2010-09-28 04:25:31.000000000 -0400
+++ evince-2.91.0/libdocument/Makefile.am 2010-10-04 17:44:49.037388415 -0400
@@ -158,7 +158,7 @@ EvinceDocument-$(EV_API_VERSION).gir: li
--include=Gdk-2.0 \
--include=GdkPixbuf-2.0 \
--include=Gtk-2.0 \
- --library=evdocument \
+ --library=evdocument3 \
--libtool="$(SAVED_LIBTOOL)" \
--output $@ \
--pkg evince-document-$(EV_API_VERSION) \
diff -up evince-2.91.0/libview/Makefile.am.gtk3-introspection evince-2.91.0/libview/Makefile.am
--- evince-2.91.0/libview/Makefile.am.gtk3-introspection 2010-10-04 17:46:52.099042343 -0400
+++ evince-2.91.0/libview/Makefile.am 2010-10-04 17:46:59.080625757 -0400
@@ -131,7 +131,7 @@ EvinceView-$(EV_API_VERSION).gir: libevv
--include=GdkPixbuf-2.0 \
--include=Gtk-2.0 \
--include=EvinceDocument-$(EV_API_VERSION) \
- --library=evview \
+ --library=evview3 \
--libtool="$(LIBTOOL)" \
--output $@ \
--pkg evince-document-$(EV_API_VERSION) \