summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-10-19 19:30:33 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-12-07 23:48:30 +0000
commitb6737b7ecd54484eda471b905d25cc1a17c4e072 (patch)
tree99eb2bc7742648587572fcd703f07df235e3790b /src/gui/configure.json
parentfc2c4edcbda8be88900201383b5113e234b09d71 (diff)
wasm: fix freetype library source
Change-Id: Ib99c4c178808c7325e55e85a1548542ae3c57524 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'src/gui/configure.json')
-rw-r--r--src/gui/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 0d4f167d47..3d0f75254a 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -163,7 +163,7 @@
"sources": [
{ "type": "pkgConfig", "args": "freetype2" },
{ "type": "freetype", "libs": "-lfreetype", "condition": "!config.wasm" },
- { "type": "freetype", "libs": "-s USE_FREETYPE=1", "condition": "config.wasm" }
+ { "libs": "-s USE_FREETYPE=1", "condition": "config.wasm" }
],
"use": [
{ "lib": "zlib", "condition": "features.system-zlib" }