| Summary: | [PATCH] Don't assume a GL library version number on NetBSD. | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Nia Alarie <nia> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86_64 | ||
| OS: | NetBSD | ||
| Attachments: | [PATCH] Don't assume a GL library version number on NetBSD | ||
Patch added, thanks! https://hg.libsdl.org/SDL/rev/699e489c7bb6 |
Created attachment 4291 [details] [PATCH] Don't assume a GL library version number on NetBSD If you install X as part of NetBSD, the GL library is libGL.so.3, but if you install the GL library later as a package, it's libGL.so.1. What this patch does: Don't assume a version number and just follow the symlink.