mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
Update recipes
This commit is contained in:
parent
ca2813a837
commit
af81916748
@ -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]
|
||||
|
||||
@ -9,6 +9,7 @@ dependencies = [
|
||||
"fontconfig",
|
||||
]
|
||||
script = """
|
||||
chmod a+x configure
|
||||
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||
--enable-headless-only=yes
|
||||
)
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user