mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-04 10:20:33 +01:00
scons: Build glapi regardless of the dri option.
This commit is contained in:
parent
146879284c
commit
9faf9529f3
1 changed files with 5 additions and 6 deletions
|
|
@ -357,10 +357,9 @@ if env['platform'] != 'winddk':
|
|||
)
|
||||
Export('mesa')
|
||||
|
||||
if not dri:
|
||||
glapi = env.ConvenienceLibrary(
|
||||
target = 'glapi',
|
||||
source = glapi_sources,
|
||||
)
|
||||
Export('glapi')
|
||||
glapi = env.ConvenienceLibrary(
|
||||
target = 'glapi',
|
||||
source = glapi_sources,
|
||||
)
|
||||
Export('glapi')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue