redox/recipes/wip/libs/other/libcamera/recipe.toml
2024-06-26 03:59:18 +00:00

13 lines
264 B
TOML

#TODO missing script for Meson, see https://libcamera.org/getting-started.html
[source]
git = "https://git.libcamera.org/libcamera/libcamera"
[build]
template = "custom"
dependencies = [
"libyaml",
"libevdev",
"gstreamer",
"libjpeg",
"sdl2",
]