mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1123345 - Use MOZ_ICU_CFLAGS instead of in-tree paths for build with system icu. r=glandium
This commit is contained in:
parent
e6c9145809
commit
fe956ab5f2
@ -9,9 +9,8 @@ SOURCES += [
|
||||
]
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
CXXFLAGS += CONFIG['MOZ_ICU_CFLAGS']
|
||||
LOCAL_INCLUDES += [
|
||||
'../icu/source/common',
|
||||
'../icu/source/i18n',
|
||||
'../locale',
|
||||
'../lwbrk',
|
||||
'../strres',
|
||||
|
@ -11,10 +11,9 @@ UNIFIED_SOURCES += [
|
||||
]
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
CXXFLAGS += CONFIG['MOZ_ICU_CFLAGS']
|
||||
LOCAL_INCLUDES += [
|
||||
'..',
|
||||
'../../icu/source/common',
|
||||
'../../icu/source/i18n',
|
||||
]
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
@ -56,8 +56,4 @@ LOCAL_INCLUDES += [
|
||||
if CONFIG['ENABLE_INTL_API']:
|
||||
# nsNumberControlFrame.cpp requires ICUUtils.h which in turn requires
|
||||
# i18n/unum.h
|
||||
LOCAL_INCLUDES += [
|
||||
'../../intl/icu/source/common',
|
||||
'../../intl/icu/source/i18n',
|
||||
]
|
||||
|
||||
CXXFLAGS += CONFIG['MOZ_ICU_CFLAGS']
|
||||
|
Loading…
Reference in New Issue
Block a user