slimevr-server: fix OSC support (#371677)

This commit is contained in:
misuzu
2025-01-15 20:20:58 +02:00
committed by GitHub
+3 -2
View File
@@ -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 =