Linux: Fixed component build failure due to undefined KeySym functions (issue #2587)

This commit is contained in:
Riku Palomäki
2019-02-11 11:25:36 +02:00
committed by Marshall Greenblatt
parent 7aae02e411
commit b5d76b499c
3 changed files with 151 additions and 57 deletions

View File

@ -39,7 +39,11 @@ patches = [
{
# Support component builds (GN is_component_build=true).
# https://bitbucket.org/chromiumembedded/cef/issues/1617
'name': 'component_build_1617',
#
# Export GetUnicodeCharacterFromXKeySym and XKeySymToDomKey
# to fix component builds.
# https://bitbucket.org/chromiumembedded/cef/issues/2587
'name': 'component_build_1617_2587',
},
{
# Revert change on Windows that removes MessageLoop::os_modal_loop().