scons: Build glapi regardless of the dri option.
authorJosé Fonseca <jfonseca@vmware.com>
Sat, 10 Apr 2010 00:53:12 +0000 (01:53 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 11 Apr 2010 08:17:34 +0000 (17:17 +0900)
src/mesa/SConscript

index 424232a1d21b7408687647e33e95b8eb1253fef7..02614b927910765d7200d96e07b5873090db657e 100644 (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')