i965: Add blorp-based texture upload and download paths
[mesa.git] / src / mesa / SConscript
index b63e15a3f054102821ab7937bbd75b6d83ceeda1..ba98ad4323c519cd39060290e49d13f706b80649 100644 (file)
@@ -31,10 +31,6 @@ if env['platform'] == 'windows':
     if not env['gles']:
         # prevent _glapi_* from being declared __declspec(dllimport)
         env.Append(CPPDEFINES = ['_GLAPI_NO_EXPORTS'])
-else:
-    env.Append(CPPDEFINES = [
-        ('HAVE_DLOPEN', '1'),
-    ])
 
 # parse Makefile.sources
 source_lists = env.ParseSourceList('Makefile.sources')