mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
add PIPE_SUBSYSTEM_EMBEDDED when embedded platform used
This commit is contained in:
parent
9e895831bc
commit
bd60e6cd5c
1 changed files with 2 additions and 0 deletions
|
|
@ -229,6 +229,8 @@ def generate(env):
|
|||
if platform == 'wince':
|
||||
cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_CE']
|
||||
cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_CE_OGL']
|
||||
if platform == 'embedded':
|
||||
cppdefines += ['PIPE_SUBSYSTEM_EMBEDDED']
|
||||
env.Append(CPPDEFINES = cppdefines)
|
||||
|
||||
# C compiler options
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue