From: Mathias Fröhlich <[email protected]> Fixes the link failures with make check.
Ok to commit? Signed-off-by: Mathias Froehlich <[email protected]> CC: Ian Romanick <[email protected]> --- src/glx/tests/indirect_api.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glx/tests/indirect_api.cpp b/src/glx/tests/indirect_api.cpp index 52469a7..cf33764 100644 --- a/src/glx/tests/indirect_api.cpp +++ b/src/glx/tests/indirect_api.cpp @@ -704,6 +704,7 @@ void __indirect_glIsRenderbuffer(void) { } void __indirect_glRenderbufferStorage(void) { } void __indirect_glBlitFramebuffer(void) { } void __indirect_glFramebufferTextureLayer(void) { } +void __indirect_glClipControl(void) { } } /*@}*/ -- 1.9.3 _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
