redox/recipes/wip/emulators/game-console/uoyabause/recipe.toml
2025-11-17 08:20:26 -03:00

15 lines
347 B
TOML

#TODO not compiled or tested yet
# build instructions: https://github.com/devmiyax/yabause/blob/master/yabause/README.LIN#L77
[source]
git = "https://github.com/devmiyax/yabause"
rev = "7d28bd54aa3188e90e4126ff9f7c27b945380488"
shallow_clone = true
[build]
template = "cmake"
dependencies = [
"gtk2",
"sdl2",
"mesa",
"gtkglext",
]