mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
12 lines
312 B
TOML
12 lines
312 B
TOML
#TODO build instructions - https://github.com/openjdk/jdk8u/blob/master/doc/building.md
|
|
#TODO not compiled or tested
|
|
#TODO build it in headless mode
|
|
[source]
|
|
git = "https://github.com/openjdk/jdk8u"
|
|
rev = "9c9d6b267c41e4c713cacc41befb66007cdb2601"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"freetype2",
|
|
]
|