summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/configure.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 6a2f1fe434..0d4f167d47 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -164,6 +164,9 @@
{ "type": "pkgConfig", "args": "freetype2" },
{ "type": "freetype", "libs": "-lfreetype", "condition": "!config.wasm" },
{ "type": "freetype", "libs": "-s USE_FREETYPE=1", "condition": "config.wasm" }
+ ],
+ "use": [
+ { "lib": "zlib", "condition": "features.system-zlib" }
]
},
"fontconfig": {