Pier Angelo Vendrame pushed to branch mullvad-browser-140.1.0esr-15.0-1 at The 
Tor Project / Applications / Mullvad Browser


Commits:
fd1cb0c8 by Pier Angelo Vendrame at 2025-08-06T19:36:44+02:00
fixup! Base Browser's .mozconfigs.

BB 44067: Build geckodriver only on Linux.

After Bug 1908788, geckodriver has become a host tool.
So, even when we cross-compile, we get Linux binaries, and we stopped
shipping them in tor-browser-build.
Therefore, we can disable also their compilation.

- - - - -


2 changed files:

- browser/config/mozconfigs/base-browser
- mozconfig-linux-x86_64


Changes:

=====================================
browser/config/mozconfigs/base-browser
=====================================
@@ -41,6 +41,3 @@ ac_add_options --disable-legacy-profile-creation
 if test -z "$WASI_SYSROOT"; then
     ac_add_options --without-wasm-sandboxed-libraries
 fi
-
-# tor-browser#42337
-ac_add_options --enable-geckodriver


=====================================
mozconfig-linux-x86_64
=====================================
@@ -11,3 +11,5 @@ ac_add_options --enable-default-toolkit=cairo-gtk3
 # Let's make sure no preference is enabling either Adobe's or Google's CDM.
 ac_add_options --disable-eme
 
+# tor-browser#44067: geckodriver has become a host-only tool
+ac_add_options --enable-geckodriver



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/fd1cb0c8e096b740dbf38e0c4f2c3588e039b2ec

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/fd1cb0c8e096b740dbf38e0c4f2c3588e039b2ec
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to