mirror of
https://github.com/unmojang/meta.git
synced 2025-09-24 03:31:03 -04:00
feat: replace faulty glfw native on Linux
GLFW shipped by LWJGL 3.3.1 has caused several issues over time so let's just replace it with the one from 3.3.2 that includes a lot of fixes. See PrismLauncher/PrismLauncher#916 Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
b400e24361
commit
8b1ea30d9c
@ -1943,5 +1943,21 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"_comment": "Replace glfw from 3.3.1 with version from 3.3.2 to prevent stack smashing",
|
||||
"match": [
|
||||
"org.lwjgl:lwjgl-glfw-natives-linux:3.3.1"
|
||||
],
|
||||
"override": {
|
||||
"downloads": {
|
||||
"artifact": {
|
||||
"sha1": "0766bb0e8e829598b1c8052fd8173c62af741c52",
|
||||
"size": 115553,
|
||||
"url": "https://build.lwjgl.org/release/3.3.2/bin/lwjgl-glfw/lwjgl-glfw-natives-linux.jar"
|
||||
}
|
||||
},
|
||||
"name": "org.lwjgl:lwjgl-glfw-natives-linux:3.3.2-lwjgl.1"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user