From 63853e4ad211945ed25541223207a78f83766ced Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Thu, 24 Apr 2008 18:21:42 -0700 Subject: [PATCH] XQuartz: Compile in missing glx source that we still need (cherry picked from commit c611335dee267e41dcd1733a6bb5206b102f804e) --- GL/glx/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/GL/glx/Makefile.am b/GL/glx/Makefile.am index 1d4719c88..9bf296c71 100644 --- a/GL/glx/Makefile.am +++ b/GL/glx/Makefile.am @@ -47,7 +47,12 @@ libglxdri_la_SOURCES = \ extension_string.c \ extension_string.h +#if XQUARTZ +XQUARTZ_libglx_la_SOURCES = glcontextmodes.c +#endif + libglx_la_SOURCES = \ + $(XQUARTZ_libglx_la_SOURCES) \ g_disptab.h \ glxbyteorder.h \ glxcmds.c \