mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
ca69fe623e
Setting MOZ_FOLD_LIBS should stop being an opt-in for individual applications, which also makes them responsible for doing the right thing, which happens not to be the case for B2G Desktop Linux builds. Enforcing MOZ_FOLD_LIBS to be set on the relevant platforms in configure ensures everything is setup up correctly, and also allows to stop caring about supporting now hypothetical e.g. MSVC builds without MOZ_FOLD_LIBS (which require to pass DLLFLAGS down to the nspr build system to make nspr built against mozglue which would now be unnecessary)
70 lines
1.3 KiB
Bash
70 lines
1.3 KiB
Bash
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
MOZ_APP_BASENAME=B2G
|
|
MOZ_APP_VENDOR=Mozilla
|
|
|
|
MOZ_APP_VERSION=35.0a1
|
|
MOZ_APP_UA_NAME=Firefox
|
|
|
|
MOZ_UA_OS_AGNOSTIC=1
|
|
|
|
MOZ_B2G_VERSION=2.2.0.0-prerelease
|
|
MOZ_B2G_OS_NAME=Boot2Gecko
|
|
|
|
MOZ_BRANDING_DIRECTORY=b2g/branding/unofficial
|
|
MOZ_OFFICIAL_BRANDING_DIRECTORY=b2g/branding/official
|
|
# MOZ_APP_DISPLAYNAME is set by branding/configure.sh
|
|
|
|
MOZ_SAFE_BROWSING=
|
|
MOZ_SERVICES_COMMON=1
|
|
MOZ_SERVICES_METRICS=1
|
|
MOZ_CAPTIVEDETECT=1
|
|
|
|
MOZ_WEBSMS_BACKEND=1
|
|
MOZ_NO_SMART_CARDS=1
|
|
MOZ_APP_STATIC_INI=1
|
|
NSS_NO_LIBPKIX=1
|
|
NSS_DISABLE_DBM=1
|
|
MOZ_NO_EV_CERTS=1
|
|
MOZ_DISABLE_EXPORT_JS=1
|
|
|
|
if test "$OS_TARGET" = "Android"; then
|
|
MOZ_CAPTURE=1
|
|
MOZ_RAW=1
|
|
MOZ_AUDIO_CHANNEL_MANAGER=1
|
|
fi
|
|
|
|
# use custom widget for html:select
|
|
MOZ_USE_NATIVE_POPUP_WINDOWS=1
|
|
|
|
if test "$LIBXUL_SDK"; then
|
|
MOZ_XULRUNNER=1
|
|
else
|
|
MOZ_XULRUNNER=
|
|
fi
|
|
|
|
MOZ_MEDIA_NAVIGATOR=1
|
|
|
|
MOZ_APP_ID={3c2e2abc-06d4-11e1-ac3b-374f68613e61}
|
|
|
|
MOZ_TIME_MANAGER=1
|
|
|
|
MOZ_PAY=1
|
|
MOZ_TOOLKIT_SEARCH=
|
|
MOZ_PLACES=
|
|
MOZ_B2G=1
|
|
|
|
if test "$OS_TARGET" = "Android"; then
|
|
MOZ_NUWA_PROCESS=1
|
|
MOZ_B2G_LOADER=1
|
|
fi
|
|
|
|
MOZ_JSDOWNLOADS=1
|
|
|
|
MOZ_BUNDLED_FONTS=1
|
|
|
|
JSGC_GENERATIONAL=1
|
|
JS_GC_SMALL_CHUNK_SIZE=1
|