projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8c5c62
)
egl: scons: fix the haiku build, do not build the dri2 backend
author
Alexander von Gluck IV
<kallisti5@unixzen.com>
Wed, 19 Aug 2015 01:47:59 +0000
(20:47 -0500)
committer
Alexander von Gluck IV
<kallisti5@unixzen.com>
Sat, 22 Aug 2015 15:13:31 +0000
(10:13 -0500)
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
src/egl/SConscript
patch
|
blob
|
history
diff --git
a/src/egl/SConscript
b/src/egl/SConscript
index
1b2a427
..
f8102db
100644
(file)
--- 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',