tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

mozconfig.linux (341B)


      1 . "$topsrcdir/build/unix/mozconfig.unix"
      2 
      3 case "$PERFHERDER_EXTRA_OPTIONS" in
      4 base-toolchains*)
      5   # We don't build against wayland for base-toolchain builds.
      6   ;;
      7 x11)
      8   ac_add_options --enable-default-toolkit=cairo-gtk3-x11-only
      9   ;;
     10 *)
     11   ac_add_options --enable-default-toolkit=cairo-gtk3-x11-wayland
     12   ;;
     13 esac
     14 
     15 export MOZ_NO_PIE_COMPAT=1