mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-08 20:48:41 +08:00
12 lines
268 B
TOML
12 lines
268 B
TOML
#TODO missing script for "make", see https://github.com/kondrak/vkQuake2#linux
|
|
[source]
|
|
git = "https://github.com/kondrak/vkQuake2"
|
|
rev = "bdd39b142fbadf581fd9d904968a83fb9b4a929a"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"mesa",
|
|
"libx11",
|
|
"libxcb",
|
|
]
|