Skip to content
Snippets Groups Projects
Commit d7bd2c46 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
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
No related branches found
No related tags found
No related merge requests found
Pipeline #300415 passed
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment