Skip to content

Commit

Permalink
monado: add Ultraleap support
Browse files Browse the repository at this point in the history
Signed-off-by: Sefa Eyeoglu <[email protected]>
  • Loading branch information
Scrumplex committed Oct 27, 2024
1 parent 96da76c commit 8110b33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/by-name/mo/monado/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
# instead of via the monado-service program. For more information see:
# https://gitlab.freedesktop.org/monado/monado/-/blob/master/doc/targets.md#xrt_feature_service-disabled
, serviceSupport ? true
, withUltraleap ? false
, ultraleap-hand-tracking-service
}:

stdenv.mkDerivation (finalAttrs: {
Expand Down Expand Up @@ -133,13 +135,14 @@ stdenv.mkDerivation (finalAttrs: {
wayland-scanner
zlib
zstd
] ++ lib.optionals withUltraleap [
ultraleap-hand-tracking-service
];

# known disabled drivers/features:
# - DRIVER_DEPTHAI - Needs depthai-core https://github.com/luxonis/depthai-core (See https://github.com/NixOS/nixpkgs/issues/292618)
# - DRIVER_ILLIXR - needs ILLIXR headers https://github.com/ILLIXR/ILLIXR (See https://github.com/NixOS/nixpkgs/issues/292661)
# - DRIVER_ULV2 - Needs proprietary Leapmotion SDK https://api.leapmotion.com/documentation/v2/unity/devguide/Leap_SDK_Overview.html (See https://github.com/NixOS/nixpkgs/issues/292624)
# - DRIVER_ULV5 - Needs proprietary Leapmotion SDK https://api.leapmotion.com/documentation/v2/unity/devguide/Leap_SDK_Overview.html (See https://github.com/NixOS/nixpkgs/issues/292624)

# Help openxr-loader find this runtime
setupHook = writeText "setup-hook" ''
Expand Down

0 comments on commit 8110b33

Please sign in to comment.