mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-08-19 13:57:05 +00:00
intercept: Only blacklist common glews (TEMPORARY)
This will permit Super Hexagon to launch, which has a vendored libglew in tree (1.6 ABI). This is only being allowed on a temporary basis for two reasons: * C ABI and not C++ * We don't ship this guy in Solus, and don't plan to. Once LSI is available as a snap, we'll add a super strict mode and then provide all the GLEW libraries in the image. This fixes #21. Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -113,7 +113,8 @@ static const char *vendor_blacklist[] = {
|
||||
"libGL.so",
|
||||
|
||||
/* glews (provide glew + glew110 in your distro for full compat) */
|
||||
"libGLEW.so.",
|
||||
"libGLEW.so.1.10",
|
||||
"libGLEW.so.1.12",
|
||||
|
||||
/* libglu has stable soname */
|
||||
"libGLU.so.",
|
||||
|
||||
Reference in New Issue
Block a user