Use bundled freetype from Chromium
This commit is contained in:
parent
134d3f98c9
commit
51f89048d6
2 changed files with 1 additions and 10 deletions
|
@ -161,7 +161,6 @@
|
||||||
'-ldl',
|
'-ldl',
|
||||||
'-lresolv',
|
'-lresolv',
|
||||||
'-lfontconfig',
|
'-lfontconfig',
|
||||||
'-lfreetype',
|
|
||||||
'-lexpat',
|
'-lexpat',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -173,14 +172,6 @@
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}],
|
}],
|
||||||
# On ARM64 libchromiumcontent always links to system libfreetype
|
|
||||||
['target_arch=="arm64"', {
|
|
||||||
'link_settings': {
|
|
||||||
'libraries': [
|
|
||||||
'-lfreetype',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
}],
|
|
||||||
],
|
],
|
||||||
}], # OS=="linux"
|
}], # OS=="linux"
|
||||||
['OS=="mac"', {
|
['OS=="mac"', {
|
||||||
|
|
2
vendor/libchromiumcontent
vendored
2
vendor/libchromiumcontent
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 8c526e52d02a574b6d3cbaf2014cdccb9a0e3185
|
Subproject commit f0d7c2dc0d44960069a2d8b0a9f7c5722ceeb259
|
Loading…
Add table
Add a link
Reference in a new issue