mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 07:49:05 +00:00
Ports: Add link flags to pkgconfig file installed by fontconfig port
This commit is contained in:
parent
62192c88a6
commit
9d97902081
Notes:
sideshowbarker
2024-07-17 20:19:47 +09:00
Author: https://github.com/ccapitalK
Commit: 9d97902081
Pull-request: https://github.com/SerenityOS/serenity/pull/12039
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/Quaker762 ✅
Reviewed-by: https://github.com/sin-ack
1 changed files with 10 additions and 0 deletions
10
Ports/fontconfig/patches/pkgconfig.in.patch
Normal file
10
Ports/fontconfig/patches/pkgconfig.in.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- fontconfig-2.13.94/fontconfig.pc.in 2022-01-22 00:48:25.582046535 +1100
|
||||
+++ fontconfig-2.13.94/fontconfig.pc.in 2022-01-22 00:48:10.821896885 +1100
|
||||
@@ -13,6 +13,6 @@
|
||||
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@
|
Loading…
Add table
Add a link
Reference in a new issue