https://bugs.freedesktop.org/show_bug.cgi?id=87654
--- Comment #1 from Alexander von Gluck <kallis...@unixzen.com> --- I was just looking at this :-) The EGL scons code is a bit of a mess. I wonder if Windows is seeing this due to: diff --git a/src/SConscript b/src/SConscript index 2657bba..eb4cd3c 100644 --- a/src/SConscript +++ b/src/SConscript @@ -33,6 +33,10 @@ if not env['embedded']: if env['platform'] not in ('cygwin', 'darwin', 'freebsd', 'haiku', 'windows'): SConscript('glx/SConscript') if env['platform'] not in ['darwin', 'haiku', 'sunos']: + SConscript('egl/drivers/dri2/SConscript') + SConscript('egl/main/SConscript') + if env['platform'] == 'haiku': + SConscript('egl/drivers/haiku/SConscript') SConscript('egl/main/SConscript') Should windows be using dri2 egl? -- 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