From 98ae0d381ea8130e0ae97db838227625a44378e7 Mon Sep 17 00:00:00 2001 From: James Smith Date: Tue, 18 Nov 2025 21:39:42 -0700 Subject: [PATCH] gnu: monado: Add additional inputs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/graphics.scm: (monado): [inputs]: Add package inputs. Change-Id: Iaf1b0ff2c5c813afd4ea7077b288cffd2bce7bc0 Signed-off-by: Ludovic Courtès --- gnu/packages/graphics.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index f7c946df60f69bb71c29233668e20d29128306aa..a4b2ed69fb0b654b208deab357297d66d46361f4 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -91,6 +91,7 @@ #:use-module (gnu packages graphviz) #:use-module (gnu packages gstreamer) #:use-module (gnu packages gtk) + #:use-module (gnu packages hardware) #:use-module (gnu packages haskell-xyz) #:use-module (gnu packages icu4c) #:use-module (gnu packages image) @@ -2962,13 +2963,18 @@ and enables interoperable use of content across the industry.") (list ffmpeg glslang eudev + hidapi libusb libxcb libxrandr mesa + openhmd + openvr python v4l-utils - vulkan-loader)) + vulkan-loader + wayland + wayland-protocols)) (native-inputs (list eigen pkg-config vulkan-headers)) (home-page "https://monado.freedesktop.org/")