mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 08:38:43 +08:00
14 lines
318 B
TOML
14 lines
318 B
TOML
#TODO missing script for "make", see https://docs.mamedev.org/initialsetup/compilingmame.html
|
|
[source]
|
|
git = "https://github.com/mamedev/mame"
|
|
rev = "ca50094e8d5467aed7a18c718cdff8903e1bfe27"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"sdl2",
|
|
"sdl2-ttf",
|
|
"fontconfig",
|
|
"qt5-base",
|
|
"qt5-tools",
|
|
]
|