summaryrefslogtreecommitdiff
path: root/src/glut/fbdev/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/glut/fbdev/Makefile')
-rw-r--r--src/glut/fbdev/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/glut/fbdev/Makefile b/src/glut/fbdev/Makefile
index 39a48f3634..4f70efe279 100644
--- a/src/glut/fbdev/Makefile
+++ b/src/glut/fbdev/Makefile
@@ -6,8 +6,8 @@ include $(TOP)/configs/current
GLX_SHARED = $(TOP)/src/glut/glx
SHAPES = $(TOP)/src/glut/mini
-GLUT_MAJOR = 3
-GLUT_MINOR = 7
+GLUT_MAJOR = 5
+GLUT_MINOR = 0
GLUT_TINY = 1
INCLUDES = -I$(TOP)/include -I$(GLX_SHARED)
@@ -22,7 +22,8 @@ CORE_SOURCES = \
state.c \
input.c \
callback.c \
- gamemode.c
+ gamemode.c \
+ vidresize.c
GLX_SHARED_SOURCES = \
$(GLX_SHARED)/glut_8x13.c \