From e5e62517e9e5762f25fde539c0c68cc89a794861 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Sat, 3 Dec 2022 22:26:23 +0100 Subject: [PATCH] v107.0.1-1 CI, with cleaned up path stuff this time though --- scripts/3_Configure_Source_Code.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/3_Configure_Source_Code.sh b/scripts/3_Configure_Source_Code.sh index 799f5df..16a14f2 100755 --- a/scripts/3_Configure_Source_Code.sh +++ b/scripts/3_Configure_Source_Code.sh @@ -147,6 +147,9 @@ patch -Np1 -i "${CI_PROJECT_DIR}/deb_patches/use-system-icupkg.patch" # might make the build just a tiny bit cleaner, not really required though patch -Np1 -i "${CI_PROJECT_DIR}/deb_patches/fix-wayland-build.patch" +# allow enabling JPEG XL in non-nightly browser +patch -Np1 -i ${_PATCHES_DIR}/allow-JXL-in-non-nightly-browser.patch + # Remove some pre-installed addons that might be questionable patch -Np1 -i ${_PATCHES_DIR}/remove_addons.patch @@ -168,9 +171,6 @@ patch -Np1 -i "${_PATCHES_DIR}/context-menu.patch" patch -Np1 -i "${_PATCHES_DIR}/urlbarprovider-interventions.patch" -# Remove Internal Plugin Certificates -patch -Np1 -i "${_PATCHES_DIR}/sed-patches/remove-internal-plugin-certs.patch" - # allow SearchEngines option in non-ESR builds patch -Np1 -i "${_PATCHES_DIR}/sed-patches/allow-searchengines-non-esr.patch"