[Mesa-dev] [Bug 87654] undefined reference to `_eglBuiltInDriverGALLIUM'

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Dec 23 15:39:27 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=87654

--- Comment #1 from Alexander von Gluck <kallisti5 at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20141223/f490f9dd/attachment.html>


More information about the mesa-dev mailing list