mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
scons: fix incorrect test for embedded build
This was missed back in commit 4175010749.
Reviewed-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
34f4bd8190
commit
88625e6e65
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ SConscript('mesa/SConscript')
|
|||
|
||||
SConscript('mapi/vgapi/SConscript')
|
||||
|
||||
if env['platform'] != 'embedded':
|
||||
if not env['embedded']:
|
||||
SConscript('glx/SConscript')
|
||||
SConscript('egl/main/SConscript')
|
||||
SConscript('glu/sgi/SConscript')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue