mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
scons: Always build the identity driver.
This commit is contained in:
parent
999932bf1f
commit
78d8e6c98a
1 changed files with 3 additions and 1 deletions
|
|
@ -112,9 +112,11 @@ Export([
|
|||
#######################################################################
|
||||
# Environment setup
|
||||
|
||||
# Always build trace driver
|
||||
# Always build trace and identity drivers
|
||||
if 'trace' not in env['drivers']:
|
||||
env['drivers'].append('trace')
|
||||
if 'identity' not in env['drivers']:
|
||||
env['drivers'].append('identity')
|
||||
|
||||
# Includes
|
||||
env.Append(CPPPATH = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue