wasm: fix freetype library source

Change-Id: Ib99c4c178808c7325e55e85a1548542ae3c57524
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
This commit is contained in:
Oswald Buddenhagen 2018-10-19 19:30:33 +02:00
parent fc2c4edcbd
commit b6737b7ecd

View File

@ -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" }