Files
bsdports/_oldver/libqt5-base514/files/patch-x-src-gui-configure.json
2020-10-24 09:49:43 +00:00

31 lines
1.4 KiB
JSON

--- ./src/gui/configure.json.orig 2019-03-06 09:59:50.000000000 +0200
+++ ./src/gui/configure.json 2019-08-07 06:31:35.107450000 +0200
@@ -238,10 +238,10 @@
},
"headers": "ft2build.h",
"sources": [
- { "type": "pkgConfig", "args": "freetype2" },
- { "type": "freetype", "libs": "-lfreetype", "condition": "!config.wasm" },
+ { "type": "pkgConfig", "args": "qtfreetype2" },
+ { "type": "freetype", "libs": "-lqtfreetype", "condition": "!config.wasm" },
{ "libs": "-s USE_FREETYPE=1", "condition": "config.wasm" },
- { "libs": "-lfreetype" }
+ { "libs": "-lqtfreetype" }
],
"use": [
{ "lib": "zlib", "condition": "features.system-zlib" }
@@ -259,10 +259,10 @@
"FcPattern *pattern = 0;"
]
},
- "headers": "fontconfig/fontconfig.h",
+ "headers": "qtfontconfig/fontconfig/fontconfig.h",
"sources": [
- { "type": "pkgConfig", "args": "fontconfig" },
- { "type": "freetype", "libs": "-lfontconfig" }
+ { "type": "pkgConfig", "args": "qtfontconfig" },
+ { "type": "freetype", "libs": "-lqtfontconfig" }
],
"use": "freetype"
},