You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
928 B
24 lines
928 B
Index: Makefile.in |
|
--- Makefile.in.orig 2022-05-13 20:04:10.549432000 +0200 |
|
+++ Makefile.in 2022-05-13 20:07:01.904718000 +0200 |
|
@@ -485,7 +485,7 @@ |
|
top_builddir = @top_builddir@ |
|
top_srcdir = @top_srcdir@ |
|
@ENABLE_GTK_DOC_TRUE@RSVG_DOC = doc |
|
-SUBDIRS = . gdk-pixbuf-loader tests $(RSVG_DOC) win32 |
|
+SUBDIRS = . gdk-pixbuf-loader |
|
NULL = |
|
lib_LTLIBRARIES = librsvg-@RSVG_API_MAJOR_VERSION@.la |
|
noinst_LTLIBRARIES = librsvg_c_api.la |
|
Index: librsvg.pc.in |
|
--- librsvg.pc.in.orig 2022-05-12 23:44:57.000000000 +0200 |
|
+++ librsvg.pc.in 2022-05-13 20:04:10.549682000 +0200 |
|
@@ -6,7 +6,7 @@ |
|
Name: librsvg |
|
Description: library that renders svg files |
|
Version: @VERSION@ |
|
-Requires: glib-2.0 gio-2.0 gdk-pixbuf-2.0 cairo |
|
+Requires: glib-2.0 gio-2.0 gdk-pixbuf-2.0 cairo pangoft2 libxml-2.0 libgsf-1 libcroco-0.6 |
|
Requires.private: |
|
Libs: -L${libdir} -lrsvg-@RSVG_API_MAJOR_VERSION@ -lm |
|
Cflags: -I${includedir}/librsvg-@RSVG_API_VERSION@
|
|
|