mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 23:10:11 +01:00
scons: Don't build the DRI drivers in a seperate dir.
DRI drivers can be build side by side with other non-DRI drivers, therefore there is no need to build gallium twice.
This commit is contained in:
parent
af3ab2d9f3
commit
34e719c9b3
1 changed files with 0 additions and 2 deletions
|
|
@ -191,8 +191,6 @@ def generate(env):
|
|||
# configuration. See also http://www.scons.org/wiki/AdvancedBuildExample
|
||||
build_topdir = 'build'
|
||||
build_subdir = env['platform']
|
||||
if env['dri']:
|
||||
build_subdir += "-dri"
|
||||
if env['llvm']:
|
||||
build_subdir += "-llvm"
|
||||
if env['machine'] != 'generic':
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue