mirror of
https://github.com/RGBCube/serenity
synced 2025-07-31 08:57:47 +00:00
Ports: Update fontconfig's patches to use git patches
This commit is contained in:
parent
4fa66c91d5
commit
d383bae7d3
4 changed files with 54 additions and 14 deletions
|
@ -0,0 +1,24 @@
|
|||
From f131d47415cb23f90c62c51d1483ea4555bd1a19 Mon Sep 17 00:00:00 2001
|
||||
From: Sahan Fernando <sahan.h.fernando@gmail.com>
|
||||
Date: Sat, 22 Jan 2022 00:54:01 +1100
|
||||
Subject: [PATCH 2/2] Manually link against lxml2 and ldl
|
||||
|
||||
---
|
||||
fontconfig.pc.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/fontconfig.pc.in b/fontconfig.pc.in
|
||||
index 61b35fb..a3c45eb 100644
|
||||
--- a/fontconfig.pc.in
|
||||
+++ b/fontconfig.pc.in
|
||||
@@ -13,6 +13,6 @@ Description: Font configuration and customization library
|
||||
Version: @VERSION@
|
||||
Requires: @PKGCONFIG_REQUIRES@
|
||||
Requires.private: @PKGCONFIG_REQUIRES_PRIVATELY@
|
||||
-Libs: -L${libdir} -lfontconfig
|
||||
+Libs: -L${libdir} -lfontconfig -lxml2 -ldl
|
||||
Libs.private: @ICONV_LIBS@ @PKG_EXPAT_LIBS@
|
||||
Cflags: -I${includedir} @ICONV_CFLAGS@ @PKG_EXPAT_CFLAGS@
|
||||
--
|
||||
2.36.1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue