Unverified Commit 14d97890 authored by gale's avatar gale
Browse files

slimevr-server: fix OSC support

parent 8f3e1f80
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -4,13 +4,14 @@
  runCommand,
  replaceVars,
  slimevr,
  jdk17_headless,
  jdk17,
  gradle,
  hidapi,
  makeWrapper,
}:
let
  java = jdk17_headless;
  # JDK can't be headless while SlimeVR uses JavaOSC 0.8.
  java = jdk17;
  # Without this the hidapi bundled with `org.hid4java:hid4java` will be used.
  # The bundled version won't be able to find `libudev.so.1`.
  javaOptions =