summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexander von Gluck IV <[email protected]>2015-08-18 20:47:59 -0500
committerEmil Velikov <[email protected]>2015-09-01 14:38:31 +0100
commit50306a33b4eef89e735fc2dedf6f6540a445290c (patch)
treed4c0fea771d0eacad044269f7a7ac6fee7eb2b6e /src
parentcf007af859119efe44566fa00dbd9b8ee13dca16 (diff)
egl: scons: fix the haiku build, do not build the dri2 backend
Reviewed-by: Emil Velikov <[email protected]> (cherry picked from commit 5abbd1caccf4653ac1a8760de68d8ed101c814d8) Fixes: 78674631a2d(egl: remove the non-haiku scons build)
Diffstat (limited to 'src')
-rw-r--r--src/egl/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/SConscript b/src/egl/SConscript
index 1b2a4271ef7..f8102db6f3a 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',