mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 09:38:42 +08:00
21 lines
445 B
TOML
21 lines
445 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/skyjake/lagrange#how-to-compile
|
|
#TODO mpg123 dependency broken
|
|
[source]
|
|
tar = "https://git.skyjake.fi/gemini/lagrange/releases/download/v1.19.3/lagrange-1.19.3.tar.gz"
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DENABLE_MPG123=OFF"
|
|
]
|
|
dependencies = [
|
|
"sdl2",
|
|
"openssl1",
|
|
"zlib",
|
|
"harfbuzz",
|
|
"pcre",
|
|
"fribidi",
|
|
"libunistring",
|
|
#"mpg123",
|
|
]
|