scons: Build glapi regardless of the dri option.

This commit is contained in:
José Fonseca 2010-04-10 01:53:12 +01:00
parent 146879284c
commit 9faf9529f3
1 changed files with 5 additions and 6 deletions

View File

@ -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')