mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
31 lines
1.4 KiB
JSON
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"
|
|
},
|