gallium/osmesa: link against static libglapi library too to get the gl exports
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>
Tue, 20 Aug 2013 08:44:53 +0000 (10:44 +0200)
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>
Tue, 20 Aug 2013 08:44:53 +0000 (10:44 +0200)
commit603160d4c0ff3b5ec594aed4ee7f8e161626946d
treee4d376838dac79012b701d36da2a621ae2174792
parenta4ff1fd388369dbf80d324c84502b28b5f9d3da4
gallium/osmesa: link against static libglapi library too to get the gl exports

This should fix missing symbols in a osmesa built against shared glapi
osmesa build. All opengl exports were missing that are defined in the
static glapi, so link against both to fix this.

I could swear I've done this before, maybe there was a glitch in the matrix.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=47824
Cc: "9.2" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
src/gallium/targets/osmesa/Makefile.am