mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
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>
This commit is contained in:
parent
8f77179f8c
commit
98ae0d381e
1 changed files with 7 additions and 1 deletions
|
|
@ -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/")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue