[Mesa-dev] [RFC] Solution to libGL.so and libGLES*.so mess

Dan Nicholson dbn.lists at gmail.com
Mon Dec 13 06:09:41 PST 2010


On Sun, Dec 12, 2010 at 7:19 PM, Jammy Zhou <jammy.zhou at linaro.org> wrote:
> Hi Chia-I,
>
> Glad to see the fix goes so fast, thanks! I believe the direction is
> promising. And I am not familiar with the mapi module of mesa, so just one
> minor comment for the "glapi: Fix OpenGL and OpenGL ES interop" patch.
>
> For changes in configure.ac, please use \" instead of \', i.e,
> GLAPI_OWNER='$(GL_LIB)' -> GLAPI_OWNER="$(GL_LIB)".

Sorry, but you do want single quotes here so that the variable doesn't
get expanded until make does it. With double quotes, you'd be trying
to run the shell function $(GL_LIB), which isn't a function.

--
Dan


More information about the mesa-dev mailing list