mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
14 lines
278 B
TOML
14 lines
278 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://libcamera.org/getting-started.html
|
|
[source]
|
|
git = "https://git.libcamera.org/libcamera/libcamera"
|
|
[build]
|
|
template = "meson"
|
|
dependencies = [
|
|
"libyaml",
|
|
"libevdev",
|
|
"gstreamer",
|
|
"libjpeg",
|
|
"sdl2",
|
|
]
|