This commit is contained in:
dr460nf1r3 2021-09-11 11:09:24 +02:00
parent d4360c2659
commit 359686b900
No known key found for this signature in database
GPG key ID: BE75B9D9767036C2

View file

@ -90,8 +90,8 @@ prepare() {
# Adapted from https://github.com/WesleyBranton/userChrome.css-Customizations # Adapted from https://github.com/WesleyBranton/userChrome.css-Customizations
patch -Np1 -i ${_patches_dir}/librewolf/megabar.patch patch -Np1 -i ${_patches_dir}/librewolf/megabar.patch
# Debian patch to enable global menubar - Breaking building v91, needs investigation # Debian patch to enable global menubar
patch -Np1 -i ${_patches_dir}/librewolf/unity-menubar.patch # patch -Np1 -i ${_patches_dir}/librewolf/unity-menubar.patch
# Disabling Pocket # Disabling Pocket
patch -Np1 -i ${_patches_dir}/sed-patches/disable-pocket.patch patch -Np1 -i ${_patches_dir}/sed-patches/disable-pocket.patch
@ -113,7 +113,7 @@ prepare() {
patch -Np1 -i ${_patches_dir}/sed-patches/stop-undesired-requests.patch patch -Np1 -i ${_patches_dir}/sed-patches/stop-undesired-requests.patch
# Needed patch to have build working # Needed patch to have build working
patch -Np1 -i ${_patches_dir}/misc/fix-wayland.patch # patch -Np1 -i ${_patches_dir}/misc/fix-wayland.patch
cat >../mozconfig <<END cat >../mozconfig <<END
ac_add_options --enable-application=browser ac_add_options --enable-application=browser