nouveau: oops and make nouveau winsys build by default
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>
Fri, 15 Feb 2008 01:41:34 +0000 (02:41 +0100)
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>
Fri, 15 Feb 2008 01:41:34 +0000 (02:41 +0100)
configs/linux-dri
src/mesa/drivers/dri/nouveau_winsys/Makefile

index 936fce99829fce6f2d3a3a1c2498999108ec8779..494b0aab8e98e347eef339e5f01a534610972804 100644 (file)
@@ -66,4 +66,4 @@ WINDOW_SYSTEM=dri
 
 # gamma are missing because they have not been converted to use the new
 # interface.
-DRI_DIRS = intel_winsys 
+DRI_DIRS = intel_winsys nouveau_winsys
index 59ba561eb939f68a72f5a722c275cf6a4725c08e..98ec5a79f5de202e325d08f14a49f14e943572eb 100644 (file)
@@ -8,7 +8,7 @@ MINIGLX_SOURCES =
 
 PIPE_DRIVERS = \
        $(TOP)/src/mesa/pipe/softpipe/libsoftpipe.a \
-       $(TOP)/src/mesa/pipe/nv40/libnv30.a \
+       $(TOP)/src/mesa/pipe/nv30/libnv30.a \
        $(TOP)/src/mesa/pipe/nv40/libnv40.a \
        $(TOP)/src/mesa/pipe/nv50/libnv50.a