mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
ws/xlib: no dependency on mesa state tracker
This commit is contained in:
parent
5e72b89b89
commit
25b9aafbd2
1 changed files with 1 additions and 2 deletions
|
|
@ -4,8 +4,7 @@
|
|||
|
||||
Import('*')
|
||||
|
||||
if env['platform'] == 'linux' \
|
||||
and 'mesa' in env['statetrackers']:
|
||||
if env['platform'] == 'linux':
|
||||
|
||||
env = env.Clone()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue