From f9fa6c1da0cc1ce42b3c504086d3619e2a5f0629 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Mon, 8 Sep 2025 22:10:44 -0400 Subject: [PATCH] Moved related packages to dedicated yml file and added packages related (#64) Reviewed-on: https://git.hydrosaber.com/eriq12/hydro-os/pulls/64 Co-authored-by: Eriq Taing Co-committed-by: Eriq Taing --- recipes/components/dnf-module.yml | 1 + recipes/dnf/vr.yml | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 recipes/dnf/vr.yml diff --git a/recipes/components/dnf-module.yml b/recipes/components/dnf-module.yml index 2c470c3..60c8bf9 100644 --- a/recipes/components/dnf-module.yml +++ b/recipes/components/dnf-module.yml @@ -4,5 +4,6 @@ modules: - from-file: dnf/hyprland.yml - from-file: dnf/environment.yml - from-file: dnf/applications.yml + - from-file: dnf/vr.yml - from-file: dnf/themes.yml - from-file: dnf/drivers.yml \ No newline at end of file diff --git a/recipes/dnf/vr.yml b/recipes/dnf/vr.yml new file mode 100644 index 0000000..c3b2310 --- /dev/null +++ b/recipes/dnf/vr.yml @@ -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 \ No newline at end of file