Add wasi-option

This commit is contained in:
dr460nf1r3 2021-12-12 19:26:25 +01:00
parent 65e1885e05
commit e048a8c382
No known key found for this signature in database
GPG key ID: B5C20B53B5FB19ED

View file

@ -17,7 +17,7 @@ depends=(gtk3 libxt mime-types dbus-glib ffmpeg nss nspr ttf-font libpulse
graphite dav1d kfiredragonhelper)
makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb
rust ccache autoconf2.13 clang llvm jack nodejs cbindgen nasm
python-setuptools python-psutil python-zstandard git binutils lld dump_syms)
python-setuptools python-psutil python-zstandard git binutils lld dump_syms wasi-compiler-rt wasi-libc wasi-libc++ wasi-libc++abi)
optdepends=('firejail-git: Sandboxing the browser using the included profiles'
'profile-sync-daemon: Load the browser profile into RAM'
'whoogle: Searching the web using a locally running Whoogle instance'
@ -102,8 +102,8 @@ prepare() {
# Remove Mozilla VPN ads
patch -Np1 -i ${_patches_dir}/librewolf/mozilla-vpn-ad.patch
# Allow overriding the color scheme light/dark preference with RFP
patch -Np1 -i ${_patches_dir}/librewolf/allow_dark_preference_with_rfp.patch
# Allow overriding the color scheme light/dark preference with RFP (deprecated, probably dropped soon)
# patch -Np1 -i ${_patches_dir}/librewolf/allow_dark_preference_with_rfp.patch
# Remove Internal Plugin Certificates
# => breaks profiled builds since 90.0, it seems
@ -197,7 +197,7 @@ ac_add_options --enable-alsa
ac_add_options --enable-jack
ac_add_options --enable-pulseaudio
ac_add_options --enable-strip
ac_add_options --without-wasm-sandboxed-libraries
ac_add_options --with-wasi-sysroot=/usr/share/wasi-sysroot
# Disables crash reporting, telemetry and other data gathering tools
mk_add_options MOZ_CRASHREPORTER=0