https://bugs.freedesktop.org/show_bug.cgi?id=56653
--- Comment #1 from Kenneth Graunke <[email protected]> --- Created attachment 69412 --> https://bugs.freedesktop.org/attachment.cgi?id=69412&action=edit patch to fix the SCons build by copying the file builtin_stubs.cpp has been moved to a subfolder, which broke the SCons build and likely the Android build too. For some reason, editing Makefile.sources and changing BUILTIN_COMPILER_CXX_FILES to $(GLSL_SRCDIR)/builtin_compiler/builtin_stubs.cpp causes SCons to completely flip out with giant stack traces of doom that make no sense whatsoever. So...here's a lame patch which copies it back into src/glsl. It does the job, but it's sure not elegant (and likely doesn't help android at all). -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
