From: José Fonseca Date: Thu, 4 Feb 2010 14:35:38 +0000 (+0000) Subject: scons: Promote EMBEDDED from subsystem to full os. X-Git-Tag: 062012170305~12852^2~1189 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5cf88a4787555e1cf754adc665880a35130f625c;p=profile%2Fivi%2Fmesa.git scons: Promote EMBEDDED from subsystem to full os. --- 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