mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Linux: Fixed component build failure due to undefined KeySym functions (issue #2587)
This commit is contained in:
committed by
Marshall Greenblatt
parent
7aae02e411
commit
b5d76b499c
@ -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().
|
||||
|
Reference in New Issue
Block a user