projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cd2abd
)
gallium: Don't try to auto-detect the OS when embedded os is already pre-defined.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 4 Feb 2010 14:37:30 +0000
(14:37 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 4 Feb 2010 14:39:30 +0000
(14:39 +0000)
src/gallium/include/pipe/p_config.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_config.h
b/src/gallium/include/pipe/p_config.h
index 064605a4a059189973751f9780aefe64575eae0d..c5928dde471b75e977863f3512c2b35fdefc17c7 100644
(file)
--- a/
src/gallium/include/pipe/p_config.h
+++ b/
src/gallium/include/pipe/p_config.h
@@
-115,8
+115,10
@@
#endif
+#if !defined(PIPE_OS_EMBEDDED)
+
/*
- *
O
perating system family.
+ *
Auto-detect the o
perating system family.
*
* See subsystem below for a more fine-grained distinction.
*/
@@
-164,7
+166,7
@@
#endif
/*
- *
S
ubsystem.
+ *
Try to auto-detect the s
ubsystem.
*
* NOTE: There is no way to auto-detect most of these.
*/
@@
-191,5
+193,7
@@
#endif
#endif /* PIPE_OS_WINDOWS */
+#endif /* !PIPE_OS_EMBEDDED */
+
#endif /* P_CONFIG_H_ */