mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Update and rename gzdoom recipe to uzdoom
This commit is contained in:
parent
8aec2345df
commit
cee57b40cc
@ -1,19 +0,0 @@
|
||||
#TODO not compiled or tested
|
||||
# build instructions: https://zdoom.org/wiki/Compile_GZDoom_on_Linux
|
||||
[source]
|
||||
git = "https://github.com/ZDoom/gzdoom"
|
||||
branch = "4.14.2"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
cmakeflags = [
|
||||
"-DHAVE_VULKAN=OFF",
|
||||
"-DHAVE_GLES2=OFF",
|
||||
]
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
#"mesa",
|
||||
#"mesa-glu",
|
||||
"openal",
|
||||
"zmusic",
|
||||
]
|
||||
24
recipes/wip/games/engines/uzdoom/recipe.toml
Normal file
24
recipes/wip/games/engines/uzdoom/recipe.toml
Normal file
@ -0,0 +1,24 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO determine minumum dependencies from cmake log
|
||||
# build instructions: https://github.com/UZDoom/UZDoom/wiki/Compilation#linux
|
||||
[source]
|
||||
git = "https://github.com/UZDoom/UZDoom"
|
||||
branch = "4.14.3"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
cmakeflags = [
|
||||
"-DHAVE_VULKAN=OFF",
|
||||
"-DHAVE_GLES2=OFF",
|
||||
]
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
#"mesa",
|
||||
#"mesa-glu",
|
||||
"openal",
|
||||
"bzip2",
|
||||
"openmp",
|
||||
#"libvpx",
|
||||
#"libwebp",
|
||||
#"zmusic",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user