https://bugs.freedesktop.org/show_bug.cgi?id=54234
--- Comment #3 from Tomasz <lis...@gmail.com> 2012-08-30 12:15:44 UTC --- The reason of the problem lies in egl-static/Makefile. The library should be linked with libmesa, but it isn't. Linking it statically: egl_LIBS += $(TOP)/src/mesa/.libs/libmesa.a could be a work around, but then linking stops on non-matching symbols. Yeah, adding multisampling made more dependencies in there. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev