mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Use bundled freetype from Chromium
This commit is contained in:
committed by
John Kleinschmidt
parent
134d3f98c9
commit
51f89048d6
@@ -161,7 +161,6 @@
|
||||
'-ldl',
|
||||
'-lresolv',
|
||||
'-lfontconfig',
|
||||
'-lfreetype',
|
||||
'-lexpat',
|
||||
],
|
||||
},
|
||||
@@ -173,14 +172,6 @@
|
||||
],
|
||||
},
|
||||
}],
|
||||
# On ARM64 libchromiumcontent always links to system libfreetype
|
||||
['target_arch=="arm64"', {
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'-lfreetype',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
}], # OS=="linux"
|
||||
['OS=="mac"', {
|
||||
|
||||
2
vendor/libchromiumcontent
vendored
2
vendor/libchromiumcontent
vendored
Submodule vendor/libchromiumcontent updated: 8c526e52d0...f0d7c2dc0d
Reference in New Issue
Block a user