From a5a7d208c484c114990ee0a575629d073d847016 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 6 Dec 2003 17:59:08 +0000 Subject: added drivers/fbdev/glfbdev.c --- src/mesa/Makefile.X11 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/mesa') 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 -- cgit v1.2.3