From: Alexander von Gluck IV Date: Wed, 19 Aug 2015 01:47:59 +0000 (-0500) Subject: egl: scons: fix the haiku build, do not build the dri2 backend X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5abbd1caccf4653ac1a8760de68d8ed101c814d8;p=mesa.git egl: scons: fix the haiku build, do not build the dri2 backend Reviewed-by: Emil Velikov --- 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',