Skip to content
Snippets Groups Projects
Commit bca65e44 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Update and fix the firefox-esr recipe

parent 5e29a83a
No related branches found
No related tags found
No related merge requests found
ac_add_options --disable-tests
#TODO probably wrong template, see https://firefox-source-docs.mozilla.org/setup/linux_build.html#build #TODO finish the script with cross-compilaiton variables, see https://firefox-source-docs.mozilla.org/setup/linux_build.html
#TODO make all dependencies work #TODO make all dependencies work
# some libraries are bundled, maybe some need to use the redox recipes
# dependencies - https://packages.gentoo.org/packages/www-client/firefox/dependencies
# feature flags reference - https://wiki.gentoo.org/wiki/Firefox#USE_flags
[source] [source]
tar = "https://ftp.mozilla.org/pub/firefox/releases/115.4.0esr/linux-x86_64/en-US/firefox-115.4.0esr.tar.bz2" tar = "https://ftp.mozilla.org/pub/firefox/releases/115.13.0esr/source/firefox-115.13.0esr.source.tar.xz"
[build] [build]
template = "configure" template = "custom"
dependencies = [ dependencies = [
"fontconfig", "fontconfig",
"atk", "atk",
...@@ -19,6 +22,11 @@ dependencies = [ ...@@ -19,6 +22,11 @@ dependencies = [
"nss-nspr", "nss-nspr",
"startup-notification", "startup-notification",
"zlib", "zlib",
"libvpx",
"ffmpeg6", "ffmpeg6",
"expat",
"libepoxy",
"pipewire",
] ]
script = """
export MOZCONFIG="${COOKBOOK_RECIPE}/mozconfig"
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment