Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces
[mesa.git] / src / gallium / winsys / xlib / SConscript
index f8aa5ef945d574fdb3516623ae8b95f295edb2ed..218b89285f79183cf3ecb24547854b94357bd912 100644 (file)
@@ -3,6 +3,12 @@
 
 Import('*')
 
+env = env.Clone()
+
+env.Append(CPPPATH = [
+       '#/src/mesa',
+       '#/src/mesa/main',
+])
 
 sources = [
        'glxapi.c',
@@ -16,8 +22,6 @@ sources = [
        
 drivers = [
        softpipe,
-       i915simple,
-       i965simple,
 ]
 
 # TODO: write a wrapper function http://www.scons.org/wiki/WrapperFunctions