prismlauncher: add jdk21 to wrapper

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-04-03 18:15:12 +02:00
parent 67e2bc0371
commit 7cada62878
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -18,6 +18,7 @@
, openal , openal
, jdk8 , jdk8
, jdk17 , jdk17
, jdk21
, gamemode , gamemode
, flite , flite
, mesa-demos , mesa-demos
@ -39,7 +40,7 @@
# itself can take slightly longer to start # itself can take slightly longer to start
, withWaylandGLFW ? false , withWaylandGLFW ? false
, jdks ? [ jdk17 jdk8 ] , jdks ? [ jdk21 jdk17 jdk8 ]
, additionalLibs ? [ ] , additionalLibs ? [ ]
, additionalPrograms ? [ ] , additionalPrograms ? [ ]
}: }: