mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
egl: scons: fix the haiku build, do not build the dri2 backend
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
(cherry picked from commit 5abbd1cacc)
Fixes: 78674631a2d(egl: remove the non-haiku scons build)
This commit is contained in:
parent
cf007af859
commit
50306a33b4
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ env.Append(CPPPATH = [
|
||||||
|
|
||||||
# parse Makefile.sources
|
# parse Makefile.sources
|
||||||
egl_sources = env.ParseSourceList('Makefile.sources', 'LIBEGL_C_FILES')
|
egl_sources = env.ParseSourceList('Makefile.sources', 'LIBEGL_C_FILES')
|
||||||
egl_sources.append(env.ParseSourceList('Makefile.sources', 'dri2_backend_core_FILES'))
|
|
||||||
|
|
||||||
env.Append(CPPDEFINES = [
|
env.Append(CPPDEFINES = [
|
||||||
'_EGL_NATIVE_PLATFORM=_EGL_PLATFORM_HAIKU',
|
'_EGL_NATIVE_PLATFORM=_EGL_PLATFORM_HAIKU',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue