Update recipes

This commit is contained in:
Ribbon 2024-06-12 08:22:14 +00:00
parent ca2813a837
commit af81916748
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested (after cargo update)
#TODO compiled but not tested (after cargo update)
[source]
git = "https://github.com/dashed/git-chain"
[build]

View File

@ -9,6 +9,7 @@ dependencies = [
"fontconfig",
]
script = """
chmod a+x configure
COOKBOOK_CONFIGURE_FLAGS+=(
--enable-headless-only=yes
)

View File

@ -1,5 +1,5 @@
#TODO build instructions - https://github.com/openjdk/jdk21u/blob/master/doc/building.md
#TODO not compiled or tested
#TODO can't find the configure script
[source]
git = "https://github.com/openjdk/jdk21u"
rev = "060c4f7589e7f13febd402f4dac3320f4c032b08"

View File

@ -1,6 +1,5 @@
#TODO build instructions - https://github.com/openjdk/jdk8u/blob/master/doc/building.md
#TODO not compiled or tested
#TODO build it in headless mode
#TODO require the headless option
[source]
git = "https://github.com/openjdk/jdk8u"
rev = "9c9d6b267c41e4c713cacc41befb66007cdb2601"