Bug 47193 - can't statically link libglsl and libdricore into drivers
Summary: can't statically link libglsl and libdricore into drivers
Status: RESOLVED INVALID
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: All All
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-10 14:50 UTC by nobled
Modified: 2014-09-22 18:45 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.