gallium: Don't try to auto-detect the OS when embedded os is already pre-defined.
This commit is contained in:
@@ -115,8 +115,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#if !defined(PIPE_OS_EMBEDDED)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Operating system family.
|
* Auto-detect the operating system family.
|
||||||
*
|
*
|
||||||
* See subsystem below for a more fine-grained distinction.
|
* See subsystem below for a more fine-grained distinction.
|
||||||
*/
|
*/
|
||||||
@@ -164,7 +166,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Subsystem.
|
* Try to auto-detect the subsystem.
|
||||||
*
|
*
|
||||||
* NOTE: There is no way to auto-detect most of these.
|
* NOTE: There is no way to auto-detect most of these.
|
||||||
*/
|
*/
|
||||||
@@ -191,5 +193,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif /* PIPE_OS_WINDOWS */
|
#endif /* PIPE_OS_WINDOWS */
|
||||||
|
|
||||||
|
#endif /* !PIPE_OS_EMBEDDED */
|
||||||
|
|
||||||
|
|
||||||
#endif /* P_CONFIG_H_ */
|
#endif /* P_CONFIG_H_ */
|
||||||
|
Reference in New Issue
Block a user