mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 18:48:43 +08:00
22 lines
475 B
TOML
22 lines
475 B
TOML
#TODO require authentication to fetch source, user and password is: libcamera
|
|
# build instructions: https://libcamera.org/getting-started.html
|
|
[source]
|
|
git = "https://git.libcamera.org/libcamera/libcamera"
|
|
rev = "v0.7.0"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Ddocumentation=false"
|
|
"-Dpycamera=false",
|
|
"-Dtracing=false",
|
|
"-Dudev=false",
|
|
]
|
|
dependencies = [
|
|
"libyaml",
|
|
"libevdev",
|
|
"gstreamer",
|
|
"libjpeg",
|
|
"sdl2",
|
|
]
|