mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1045958 - Enable ICU on B2G Desktop OS X build r=josh.
This commit is contained in:
parent
a590316a64
commit
79176b9175
10
configure.in
10
configure.in
@ -9059,9 +9059,15 @@ dnl ========================================================
|
||||
# Android: bug 864843
|
||||
# B2G: bug 866301
|
||||
|
||||
if test "$MOZ_WIDGET_TOOLKIT" = "android" ||
|
||||
test "$MOZ_BUILD_APP" = "b2g"; then
|
||||
if test "$MOZ_WIDGET_TOOLKIT" = "android"; then
|
||||
_INTL_API=no
|
||||
elif test "$MOZ_BUILD_APP" = "b2g"; then
|
||||
if test "$MOZ_WIDGET_TOOLKIT" = "cocoa"; then
|
||||
# nsCollationMacUC needs ICU
|
||||
_INTL_API=yes
|
||||
else
|
||||
_INTL_API=no
|
||||
fi
|
||||
else
|
||||
_INTL_API=yes
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user