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') Export('mesa')
if not dri: glapi = env.ConvenienceLibrary(
glapi = env.ConvenienceLibrary( target = 'glapi',
target = 'glapi', source = glapi_sources,
source = glapi_sources, )
) Export('glapi')
Export('glapi')