Bug 841636 - Temporarily disable WebRTC in SeaMonkey build to work around bug 837618. r=RattyAway

This commit is contained in:
Edmund Wong 2013-02-15 13:47:27 +08:00
Родитель ea32ef599f
Коммит 8a3be9d8bf
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -36,6 +36,9 @@ MOZ_SERVICES_COMMON=1
MOZ_SERVICES_CRYPTO=1
MOZ_SERVICES_SYNC=1
MOZ_URL_CLASSIFIER=1
# Disable WebRTC as we don't use it currently and to work around bug 837618
# for Mac
MOZ_WEBRTC=
MOZ_APP_VERSION_TXT=${_topsrcdir}/$MOZ_BUILD_APP/config/version.txt
MOZ_APP_VERSION=`cat $MOZ_APP_VERSION_TXT`