PrismLauncher: add note about musl/LWJGL compatibility
source: https://git.alpinelinux.org/aports/tree/community/prismlauncher/prismlauncher.post-install
This commit is contained in:
parent
788858ed1d
commit
ebf59d332d
|
@ -7,3 +7,11 @@ and for older ones openjdk8-jre.
|
|||
|
||||
If you get an error message that includes "org.lwjgl.opengl.LinuxDisplay.getAvailableDisplayModes",
|
||||
you may need to install xrandr.
|
||||
|
||||
Currently LWJGL 3.3.1 on musl does not work due to weird behavior in how
|
||||
it's linked against glibc, which causes a crash when launching some versions
|
||||
of the game; in order to play these versions:
|
||||
|
||||
1. Open your instance's settings by right clicking it and selecting "Edit".
|
||||
2. Go to the "Versions" tab and select LWJGL in the list.
|
||||
3. Click on "Set version" on the right side of the screen and choose 3.2.2.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'PrismLauncher'
|
||||
pkgname=PrismLauncher
|
||||
version=5.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DLauncher_BUILD_PLATFORM=Void"
|
||||
hostmakedepends="extra-cmake-modules openjdk8 pkg-config qt5-host-tools
|
||||
|
|
Loading…
Reference in New Issue