mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
21 lines
451 B
TOML
21 lines
451 B
TOML
[source]
|
|
tar = "https://github.com/diasurgical/devilutionX/archive/refs/tags/1.5.4.tar.gz"
|
|
blake3 = "d4a61ff3a7c69d86a29158918aad48ab9c4866c6a22a3e8da5feadbb7d23b3ca"
|
|
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"bzip2",
|
|
"libiconv",
|
|
"liborbital",
|
|
"sdl1",
|
|
"zlib",
|
|
]
|
|
cmakeflags = [
|
|
"-DDEVILUTIONX_SYSTEM_BZIP2=ON",
|
|
"-DDEVILUTIONX_SYSTEM_ZLIB=ON",
|
|
"-DNONET=ON",
|
|
"-DSDL_LIBRARY=-lSDL -lorbital",
|
|
"-DUSE_SDL1=ON",
|
|
]
|