Mesa (master): egl: scons: fix the haiku build, do not build the dri2 backend

Alexander von Gluck IV kallisti5 at kemper.freedesktop.org
Sat Aug 22 15:13:07 UTC 2015


Module: Mesa
Branch: master
Commit: 5abbd1caccf4653ac1a8760de68d8ed101c814d8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5abbd1caccf4653ac1a8760de68d8ed101c814d8

Author: Alexander von Gluck IV <kallisti5 at unixzen.com>
Date:   Tue Aug 18 20:47:59 2015 -0500

egl: scons: fix the haiku build, do not build the dri2 backend

Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 src/egl/SConscript |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/egl/SConscript b/src/egl/SConscript
index 1b2a427..f8102db 100644
--- a/src/egl/SConscript
+++ b/src/egl/SConscript
@@ -15,7 +15,6 @@ env.Append(CPPPATH = [
 
 # parse Makefile.sources
 egl_sources = env.ParseSourceList('Makefile.sources', 'LIBEGL_C_FILES')
-egl_sources.append(env.ParseSourceList('Makefile.sources', 'dri2_backend_core_FILES'))
 
 env.Append(CPPDEFINES = [
     '_EGL_NATIVE_PLATFORM=_EGL_PLATFORM_HAIKU',




More information about the mesa-commit mailing list