All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 15m31s
Reviewed-on: #64 Co-authored-by: Eriq Taing <eriq12@protonmail.com> Co-committed-by: Eriq Taing <eriq12@protonmail.com>
24 lines
471 B
YAML
24 lines
471 B
YAML
modules:
|
|
- type: dnf
|
|
install:
|
|
packages:
|
|
# linux homebrew
|
|
- ublue-brew
|
|
|
|
# distrobox
|
|
- distrobox
|
|
|
|
# dependencies and libraries
|
|
- librealsense
|
|
- libuvc
|
|
- opencv
|
|
- opencv-calib3d
|
|
- opencv-data
|
|
- opencv-dnn
|
|
- opencv-highgui
|
|
- opencv-objdetect
|
|
- opencv-video
|
|
- opencv-xobjdetect
|
|
- openhmd
|
|
- openvr-api
|
|
- xr-hardware |