redox/recipes/wip/emulators/pc/darling/recipe.toml
2025-11-17 08:20:26 -03:00

26 lines
487 B
TOML

#TODO not compiled or tested
# build instructions: https://docs.darlinghq.org/build-instructions.html#building-and-installing
[source]
git = "https://github.com/darlinghq/darling"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DTARGET_i386=OFF"
]
dependencies = [
"libfuse3",
"libevdev",
"cairo",
"mesa",
"libtiff",
"freetype2",
"libxml2",
"fontconfig",
"libbsd",
"libgif",
"ffmpeg6",
"openssl3",
"libxkbfile",
]