commit
2b56363d1b
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,8 @@
|
||||||
, vulkan-loader
|
, vulkan-loader
|
||||||
, wayland
|
, wayland
|
||||||
, wayland-protocols
|
, wayland-protocols
|
||||||
|
, wayland-scanner
|
||||||
|
, libdrm
|
||||||
, zlib
|
, zlib
|
||||||
# Set as 'false' to build monado without service support, i.e. allow VR
|
# Set as 'false' to build monado without service support, i.e. allow VR
|
||||||
# applications linking against libopenxr_monado.so to use OpenXR standalone
|
# applications linking against libopenxr_monado.so to use OpenXR standalone
|
||||||
|
@ -65,6 +67,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DXRT_FEATURE_SERVICE=${if serviceSupport then "ON" else "OFF"}"
|
"-DXRT_FEATURE_SERVICE=${if serviceSupport then "ON" else "OFF"}"
|
||||||
|
"-DXRT_OPENXR_INSTALL_ABSOLUTE_RUNTIME_PATH=ON"
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -95,7 +98,9 @@ stdenv.mkDerivation rec {
|
||||||
vulkan-headers
|
vulkan-headers
|
||||||
vulkan-loader
|
vulkan-loader
|
||||||
wayland
|
wayland
|
||||||
|
wayland-scanner
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
|
libdrm
|
||||||
zlib
|
zlib
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue