Bug 47193

Summary: can't statically link libglsl and libdricore into drivers
Product: Mesa Reporter: nobled <nobled>
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: medium    
Version: git   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description nobled 2012-03-10 14:50:15 UTC
When building the DRI drivers from git, libglsl and libdricore seem to always be built and used as shared libraries. This makes it much less convenient to test drivers with LIBGL_DRIVERS_PATH=.../mesa/lib -- it'll look for libglsl.so and libdricore.so in the normal system library paths and fail to load.

8.0 doesn't have this problem.
Comment 1 Emil Velikov 2014-09-22 18:45:01 UTC
We killed off libglsl.so and libdricore.so a few releases ago, as you already know.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.