From: José Fonseca Date: Tue, 6 Jan 2009 16:20:23 +0000 (+0000) Subject: glut: Fix build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f98f553c4c7326140f5f7f56486d58fde3e1bdc6;p=mesa.git glut: Fix build. --- diff --git a/src/glut/glx/SConscript b/src/glut/glx/SConscript index 99b3bb7df64..69f349ae2fc 100644 --- a/src/glut/glx/SConscript +++ b/src/glut/glx/SConscript @@ -11,7 +11,6 @@ env.Replace(CPPDEFINES = [ 'BUILD_GLUT32', 'GLUT_BUILDING_LIB', 'MESA', - '_DLL', 'NDEBUG', 'GLUT_NO_WARNING_DISABLE', ]) @@ -38,7 +37,7 @@ sources = [ 'glut_dstr.c', 'glut_event.c', 'glut_ext.c', - 'glut_fcb.c', + 'glut_fbc.c', 'glut_fullscrn.c', 'glut_gamemode.c', 'glut_get.c',