From: Brian Paul Date: Sat, 6 Dec 2003 17:59:08 +0000 (+0000) Subject: added drivers/fbdev/glfbdev.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5a7d208c484c114990ee0a575629d073d847016;p=mesa.git added drivers/fbdev/glfbdev.c --- diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index c1706da5580..e99da96b617 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