From 50306a33b4eef89e735fc2dedf6f6540a445290c Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Tue, 18 Aug 2015 20:47:59 -0500 Subject: [PATCH] egl: scons: fix the haiku build, do not build the dri2 backend Reviewed-by: Emil Velikov (cherry picked from commit 5abbd1caccf4653ac1a8760de68d8ed101c814d8) Fixes: 78674631a2d(egl: remove the non-haiku scons build) --- src/egl/SConscript | 1 - 1 file changed, 1 deletion(-) 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', -- 2.11.0