From 7f1d59cebfaddc811bd730b837e46d678d1547b7 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Mon, 8 Sep 2025 21:48:58 -0400 Subject: [PATCH] Moved related packages to dedicated yml file and added packages related --- 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