mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1192004 - Enable Firefox Account avatars in Fennec release builds. r=margaret
This commit is contained in:
parent
fbdca1cbcc
commit
7fa6455d77
@ -96,7 +96,7 @@ MOZ_ANDROID_SHARE_OVERLAY=1
|
||||
# Enable the Mozilla Location Service stumbler.
|
||||
MOZ_ANDROID_MLS_STUMBLER=1
|
||||
|
||||
# Enable adding to the system downloads list in pre-release builds.
|
||||
# Enable adding to the system downloads list.
|
||||
MOZ_ANDROID_DOWNLOADS_INTEGRATION=1
|
||||
|
||||
# Enable Tab Queue
|
||||
@ -105,10 +105,8 @@ MOZ_ANDROID_TAB_QUEUE=1
|
||||
# Use the low-memory GC tuning.
|
||||
export JS_GC_SMALL_CHUNK_SIZE=1
|
||||
|
||||
# Enable FxAccount Avatar
|
||||
if test "$NIGHTLY_BUILD"; then
|
||||
MOZ_ANDROID_FIREFOX_ACCOUNT_PROFILES=1
|
||||
fi
|
||||
# Enable Firefox Account avatars.
|
||||
MOZ_ANDROID_FIREFOX_ACCOUNT_PROFILES=1
|
||||
|
||||
# Enable checking that add-ons are signed by the trusted root
|
||||
MOZ_ADDON_SIGNING=1
|
||||
|
Loading…
Reference in New Issue
Block a user