bug 748379 - xulrunner builds broken by 'webapprt: No such file or directory'; r=mossop

This commit is contained in:
Myk Melez 2012-04-25 13:42:46 -07:00
parent 5bc2e94f14
commit f484e91535
2 changed files with 4 additions and 2 deletions

View File

@ -48,6 +48,10 @@ if test "$OS_ARCH" = "WINNT"; then
fi
fi
if (test "$OS_TARGET" = "WINNT" -o "$OS_TARGET" = "Darwin"); then
MOZ_WEBAPP_RUNTIME=1
fi
MOZ_CHROME_FILE_FORMAT=omni
MOZ_SAFE_BROWSING=1
MOZ_SERVICES_SYNC=1

View File

@ -4605,7 +4605,6 @@ MOZ_GRAPHITE=1
case "${target}" in
*darwin*)
ACCESSIBILITY=
MOZ_WEBAPP_RUNTIME=1
;;
*)
ACCESSIBILITY=1
@ -4616,7 +4615,6 @@ case "$target_os" in
mingw*)
NS_ENABLE_TSF=1
AC_DEFINE(NS_ENABLE_TSF)
MOZ_WEBAPP_RUNTIME=1
;;
esac