mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Bug 926798 - Deinfe MOZ_CROSS_PROCESS_IME for non-B2G, r=roc
This commit is contained in:
parent
0442bb525b
commit
446f6a3744
@ -65,6 +65,9 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('qt', 'gtk2', 'gtk3', 'windows', 'cocoa'):
|
|||||||
'nsNativeTheme.cpp',
|
'nsNativeTheme.cpp',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
if not CONFIG['MOZ_B2G']:
|
||||||
|
DEFINES['MOZ_CROSS_PROCESS_IME'] = True
|
||||||
|
|
||||||
MSVC_ENABLE_PGO = True
|
MSVC_ENABLE_PGO = True
|
||||||
|
|
||||||
LIBRARY_NAME = 'xpwidgets_s'
|
LIBRARY_NAME = 'xpwidgets_s'
|
||||||
|
Loading…
Reference in New Issue
Block a user