egl: Add and use make_library_path.
authorChia-I Wu <olvaffe@gmail.com>
Sun, 24 Jan 2010 13:04:35 +0000 (21:04 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Sun, 24 Jan 2010 13:27:52 +0000 (21:27 +0800)
commit21b2c0a6e5ecb6d542bd7d3750c5a0b745104edd
tree94e9efa697c2c753e03e5bdc205ea090f8b08bbe
parentcecc33cd4f2b3ae1fa590a450eeaefc9b761fb30
egl: Add and use make_library_path.

Add a platform specific function to turn a library name to a library
path.  It is used to convert EGL_DRIVER or the default driver to a
library path that can be loaded.
src/egl/main/egldriver.c