summaryrefslogtreecommitdiffstats
path: root/src/egl/SConscript
diff options
context:
space:
mode:
authorAlexander von Gluck IV <kallisti5@unixzen.com>2015-08-18 20:47:59 -0500
committerAlexander von Gluck IV <kallisti5@unixzen.com>2015-08-22 10:13:31 -0500
commit5abbd1caccf4653ac1a8760de68d8ed101c814d8 (patch)
tree6bbe9003d157b03f1668f31ecf8f0c5cb92b8b36 /src/egl/SConscript
parenta8c5c62359454ec4e543a50e3048d726df2d0dd7 (diff)
downloadexternal_mesa3d-5abbd1caccf4653ac1a8760de68d8ed101c814d8.zip
external_mesa3d-5abbd1caccf4653ac1a8760de68d8ed101c814d8.tar.gz
external_mesa3d-5abbd1caccf4653ac1a8760de68d8ed101c814d8.tar.bz2
egl: scons: fix the haiku build, do not build the dri2 backend
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/egl/SConscript')
-rw-r--r--src/egl/SConscript1
1 files changed, 0 insertions, 1 deletions
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',