Mesa (master): scons: Promote EMBEDDED from subsystem to full os.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Feb 4 14:40:16 UTC 2010


Module: Mesa
Branch: master
Commit: 5cf88a4787555e1cf754adc665880a35130f625c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5cf88a4787555e1cf754adc665880a35130f625c

Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Feb  4 14:35:38 2010 +0000

scons: Promote EMBEDDED from subsystem to full os.

---

 scons/gallium.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scons/gallium.py b/scons/gallium.py
index ac68bd6..a9a8b83 100644
--- a/scons/gallium.py
+++ b/scons/gallium.py
@@ -230,7 +230,7 @@ def generate(env):
         cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_CE']
         cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_CE_OGL']
     if platform == 'embedded':
-        cppdefines += ['PIPE_SUBSYSTEM_EMBEDDED']
+        cppdefines += ['PIPE_OS_EMBEDDED']
     env.Append(CPPDEFINES = cppdefines)
 
     # C compiler options




More information about the mesa-commit mailing list