dricore: Turn it into a normal library.
authorEric Anholt <eric@anholt.net>
Tue, 12 Jun 2012 20:37:58 +0000 (13:37 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 21 Jun 2012 17:10:46 +0000 (10:10 -0700)
commit37c3cbe053809c7d615f86cde0599175c6d83545
tree8b0c8dfa29ab3879474ebc7fd8b061399bb344f2
parent4113ac6a0f13338ee5f9c5fa0be13f37b515108d
dricore: Turn it into a normal library.

Our intention is still that it's not abi stable, so make the package
version number get included in the library name.  Now you can parallel
install dricore-using drivers from multiple mesa versions.  We can put
it into lib now that we're following library versioning rules
(assuming that ABIs don't change within a single Mesa point release).

LD_LIBRARY_PATH still doesn't work with a non-/, non-/usr prefix
because libtool uses rpath instead of runpath for nonstandard
prefixes.
configs/current.in
configs/default
configure.ac
src/mesa/libdricore/Makefile.am