mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
gallium: Don't try to auto-detect the OS when embedded os is already pre-defined.
This commit is contained in:
parent
9cd2abdf8b
commit
47a080df15
1 changed files with 6 additions and 2 deletions
|
|
@ -115,8 +115,10 @@
|
|||
#endif
|
||||
|
||||
|
||||
#if !defined(PIPE_OS_EMBEDDED)
|
||||
|
||||
/*
|
||||
* Operating system family.
|
||||
* Auto-detect the operating system family.
|
||||
*
|
||||
* See subsystem below for a more fine-grained distinction.
|
||||
*/
|
||||
|
|
@ -164,7 +166,7 @@
|
|||
#endif
|
||||
|
||||
/*
|
||||
* Subsystem.
|
||||
* Try to auto-detect the subsystem.
|
||||
*
|
||||
* 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_ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue