We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1695

Summary: cmake cannot find libGL.so in /usr/lib/x86_64-linux-gnu/mesa/libGL.so
Product: SDL Reporter: derekdreery
Component: buildAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: philipp.wiesemann
Version: HG 2.0   
Hardware: x86_64   
OS: Linux   

Description derekdreery 2013-01-13 13:33:31 UTC
I am on Ubuntu x86_64 and have 2 versions of libGL installed (i386 and x64). Cmake cannot find libGL to link with SDL. I did a 
ln -s /usr/lib/x86_64-linux-gnu/mesa/libGL.so /usr/lib/libGL.so
to get it to build.

Sorry I cannot submit a patch I don't have much experience with cmake.
Comment 1 Philipp Wiesemann 2016-07-18 20:27:00 UTC
Does this still not work with SDL 2.0.4?