diff options
author | Alexander von Gluck IV <[email protected]> | 2015-08-18 20:47:59 -0500 |
---|---|---|
committer | Alexander von Gluck IV <[email protected]> | 2015-08-22 10:13:31 -0500 |
commit | 5abbd1caccf4653ac1a8760de68d8ed101c814d8 (patch) | |
tree | 6bbe9003d157b03f1668f31ecf8f0c5cb92b8b36 /src/egl/SConscript | |
parent | a8c5c62359454ec4e543a50e3048d726df2d0dd7 (diff) |
egl: scons: fix the haiku build, do not build the dri2 backend
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl/SConscript')
-rw-r--r-- | src/egl/SConscript | 1 |
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', |