scons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICE
[mesa.git] / src / util / os_misc.c
index e9a727c54d68cc61c0bd28f6dac6b35224ff83e7..3a1e7eaddabfbfd81997b8198c6acd2f270e6e66 100644 (file)
@@ -107,13 +107,13 @@ os_log_message(const char *message)
 }
 
 
 }
 
 
-#if !defined(PIPE_SUBSYSTEM_EMBEDDED)
+#if !defined(EMBEDDED_DEVICE)
 const char *
 os_get_option(const char *name)
 {
    return getenv(name);
 }
 const char *
 os_get_option(const char *name)
 {
    return getenv(name);
 }
-#endif /* !PIPE_SUBSYSTEM_EMBEDDED */
+#endif /* !EMBEDDED_DEVICE */
 
 
 /**
 
 
 /**