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.
26 lines
1.0 KiB
26 lines
1.0 KiB
Index: Makefile.in |
|
--- Makefile.in.orig 2020-11-28 03:49:36.000000000 +0100 |
|
+++ Makefile.in 2021-05-22 18:21:46.646970000 +0200 |
|
@@ -464,7 +464,7 @@ |
|
top_srcdir = @top_srcdir@ |
|
SUBDIRS = fontconfig fc-case fc-lang src fc-cache fc-cat fc-conflist \ |
|
fc-list fc-match fc-pattern fc-query fc-scan fc-validate \ |
|
- conf.d its po po-conf test $(am__append_1) |
|
+ conf.d its po po-conf $(am__append_1) |
|
ACLOCAL_AMFLAGS = -I m4 |
|
MESON_FILES = \ |
|
conf.d/link_confs.py \ |
|
Index: fontconfig.pc.in |
|
--- fontconfig.pc.in.orig 2019-10-16 12:05:28.000000000 +0200 |
|
+++ fontconfig.pc.in 2021-05-22 18:21:34.268699000 +0200 |
|
@@ -11,8 +11,8 @@ |
|
Name: Fontconfig |
|
Description: Font configuration and customization library |
|
Version: @VERSION@ |
|
-Requires: @PKGCONFIG_REQUIRES@ |
|
+Requires: @PKGCONFIG_REQUIRES@ freetype2 libxml-2.0 |
|
Requires.private: @PKGCONFIG_REQUIRES_PRIVATELY@ |
|
Libs: -L${libdir} -lfontconfig |
|
-Libs.private: @ICONV_LIBS@ @PKG_EXPAT_LIBS@ |
|
+Libs.private: @PKG_EXPAT_LIBS@ @ICONV_LIBS@ |
|
Cflags: -I${includedir} @ICONV_CFLAGS@ @PKG_EXPAT_CFLAGS@
|
|
|