Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floating
[mesa.git] / src / mesa / Makefile.X11
index c1706da558059440a83db537d483ab0651f4b121..e99da96b6176baea50ef56760002fd6b967fc00e 100644 (file)
@@ -219,6 +219,8 @@ SVGA_DRIVER_SOURCES =                       \
        drivers/svga/svgamesa24.c       \
        drivers/svga/svgamesa32.c
 
+FBDEV_DRIVER_SOURCES =                 \
+       drivers/fbdev/glfbdev.c
 
 
 ### Groups of files
@@ -241,7 +243,8 @@ ifndef SOLO
 DRIVER_SOURCES = \
        $(X11_DRIVER_SOURCES) \
        $(GLIDE_DRIVER_SOURCES) \
-       $(SVGA_DRIVER_SOURCES)
+       $(SVGA_DRIVER_SOURCES) \
+       $(FBDEV_DRIVER_SOURCES)
 endif