[tbb-commits] [tor-browser/tor-browser-52.0.2esr-7.0-2] squash! TB3: Tor Browser's official .mozconfigs.

gk at torproject.org gk at torproject.org
Wed Apr 5 20:00:21 UTC 2017


commit b9d5e7c1a8ec3455857e2752d021b85dcc187ea9
Author: Georg Koppen <gk at torproject.org>
Date:   Tue Mar 14 08:42:49 2017 +0000

    squash! TB3: Tor Browser's official .mozconfigs.
    
    Bug 21239: Use GTK2 for ESR52 Linux builds
---
 .mozconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.mozconfig b/.mozconfig
index 7b25244..cde5b49 100755
--- a/.mozconfig
+++ b/.mozconfig
@@ -9,6 +9,9 @@ ac_add_options --enable-optimize
 #ac_add_options --disable-optimize
 ac_add_options --enable-official-branding
 
+# Let's support GTK2 for ESR52
+ac_add_options --enable-default-toolkit=cairo-gtk2
+
 ac_add_options --enable-tor-browser-update
 ac_add_options --enable-signmar
 ac_add_options --enable-verify-mar
@@ -21,7 +24,6 @@ ac_add_options --disable-maintenance-service
 ac_add_options --disable-crashreporter
 ac_add_options --disable-webrtc
 # Let's not compile EME at least until we can enable ClearKey and only Clearkey.
-# (Apart from that there is no Adobe CRM module for Linux right now)
 ac_add_options --disable-eme
 #ac_add_options --disable-ctypes
 ac_add_options --enable-jemalloc=4



More information about the tbb-commits mailing list