v96.0.1-1 and potential fix for flatpak dbus woes
This commit is contained in:
parent
43da076f7d
commit
bdcbaeeeb8
1 changed files with 6 additions and 0 deletions
|
|
@ -41,6 +41,9 @@ ac_add_options --enable-release
|
||||||
ac_add_options --enable-hardening
|
ac_add_options --enable-hardening
|
||||||
ac_add_options --enable-rust-simd
|
ac_add_options --enable-rust-simd
|
||||||
|
|
||||||
|
# attempt to address flatpak dbus issues
|
||||||
|
ac_add_options --enable-dbus
|
||||||
|
|
||||||
# Branding
|
# Branding
|
||||||
ac_add_options --enable-update-channel=release
|
ac_add_options --enable-update-channel=release
|
||||||
ac_add_options --with-app-name=librewolf
|
ac_add_options --with-app-name=librewolf
|
||||||
|
|
@ -183,6 +186,9 @@ patch -Np1 -i ${_PATCHES_DIR}/allow-ubo-private-mode.patch
|
||||||
# explain that we force en-US and suggest enabling history near the session restore checkbox.
|
# explain that we force en-US and suggest enabling history near the session restore checkbox.
|
||||||
patch -Np1 -i ${_PATCHES_DIR}/ui-patches/pref-naming.patch
|
patch -Np1 -i ${_PATCHES_DIR}/ui-patches/pref-naming.patch
|
||||||
|
|
||||||
|
#
|
||||||
|
patch -Np1 -i ${_PATCHES_DIR}/ui-patches/hide-safe-browsing.patch
|
||||||
|
|
||||||
# remove firefox references in the urlbar, when suggesting opened tabs.
|
# remove firefox references in the urlbar, when suggesting opened tabs.
|
||||||
patch -Np1 -i ${_PATCHES_DIR}/ui-patches/remove-branding-urlbar.patch
|
patch -Np1 -i ${_PATCHES_DIR}/ui-patches/remove-branding-urlbar.patch
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue