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:
Ikey Doherty
2017-10-23 20:03:02 +01:00
parent d0708a2332
commit bfb703be68
+2 -1
View File
@@ -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.",