Commit d7bd2c46 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 e7eb3783
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -47,7 +47,4 @@ if test -z "$WASI_SYSROOT"; then
    ac_add_options --without-wasm-sandboxed-libraries
fi

# tor-browser#42337
ac_add_options --enable-geckodriver

ac_add_options --with-relative-data-dir=BaseBrowser/Data/Browser
+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