diff options
| author | James Smith <jsubuntuxp@disroot.org> | 2025-11-18 21:39:42 -0700 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-12-07 22:11:30 +0100 |
| commit | 98ae0d381ea8130e0ae97db838227625a44378e7 (patch) | |
| tree | fdb6f5590ece3d505eba9281b120adc1e48e8388 /gnu/packages | |
| parent | 8f77179f8c6681012c69b0c332f8fb14d290474e (diff) | |
gnu: monado: Add additional inputs.
* gnu/packages/graphics.scm: (monado): [inputs]: Add package inputs.
Change-Id: Iaf1b0ff2c5c813afd4ea7077b288cffd2bce7bc0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/graphics.scm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index f7c946df60f..a4b2ed69fb0 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/") |
