Verified Commit f0df2b80 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

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.
parent 0a694f91
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -45,6 +45,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
+2 −0
Original line number Diff line number Diff line
@@ -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