diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/Makefile.X11 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index c1706da558..e99da96b61 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -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 |