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
922 B
24 lines
922 B
Index: Makefile.in |
|
--- Makefile.in.orig 2022-01-08 00:36:31.000000000 +0100 |
|
+++ Makefile.in 2022-01-08 13:13:35.623519000 +0100 |
|
@@ -481,7 +481,7 @@ |
|
top_build_prefix = @top_build_prefix@ |
|
top_builddir = @top_builddir@ |
|
top_srcdir = @top_srcdir@ |
|
-SUBDIRS = . gdk-pixbuf-loader tests 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 2021-09-14 02:16:19.000000000 +0200 |
|
+++ librsvg.pc.in 2022-01-08 12:53:08.293090000 +0100 |
|
@@ -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@
|
|
|