scons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICE
[mesa.git] / scons / gallium.py
index 5834f6e2194ef4013654b9ccef1074b82cacda20..6f5fca00acfcaf500c3377e2f314f73cfd27e2df 100755 (executable)
@@ -406,7 +406,7 @@ def generate(env):
     if platform == 'windows':
         cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_USER']
     if env['embedded']:
-        cppdefines += ['PIPE_SUBSYSTEM_EMBEDDED']
+        cppdefines += ['EMBEDDED_DEVICE']
     env.Append(CPPDEFINES = cppdefines)
 
     # C compiler options