mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +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',
|
||||
]
|
||||
|
||||
if not CONFIG['MOZ_B2G']:
|
||||
DEFINES['MOZ_CROSS_PROCESS_IME'] = True
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'xpwidgets_s'
|
||||
|
Loading…
Reference in New Issue
Block a user