Moved related packages to dedicated yml file and added packages related
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 11m18s

This commit is contained in:
2025-09-08 21:48:58 -04:00
parent 4a5cb7e8a1
commit 7f1d59cebf
2 changed files with 25 additions and 0 deletions

View File

@@ -4,5 +4,6 @@ modules:
- from-file: dnf/hyprland.yml - from-file: dnf/hyprland.yml
- from-file: dnf/environment.yml - from-file: dnf/environment.yml
- from-file: dnf/applications.yml - from-file: dnf/applications.yml
- from-file: dnf/vr.yml
- from-file: dnf/themes.yml - from-file: dnf/themes.yml
- from-file: dnf/drivers.yml - from-file: dnf/drivers.yml

24
recipes/dnf/vr.yml Normal file
View File

@@ -0,0 +1,24 @@
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