mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
monado: enable wayland support
This commit is contained in:
parent
e0169d7a9d
commit
3b7fe79bce
@ -35,6 +35,8 @@
|
||||
, vulkan-loader
|
||||
, wayland
|
||||
, wayland-protocols
|
||||
, wayland-scanner
|
||||
, libdrm
|
||||
, zlib
|
||||
# Set as 'false' to build monado without service support, i.e. allow VR
|
||||
# applications linking against libopenxr_monado.so to use OpenXR standalone
|
||||
@ -95,7 +97,9 @@ stdenv.mkDerivation rec {
|
||||
vulkan-headers
|
||||
vulkan-loader
|
||||
wayland
|
||||
wayland-scanner
|
||||
wayland-protocols
|
||||
libdrm
|
||||
zlib
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user