XQuartz: Compile in missing glx source that we still need

(cherry picked from commit c611335dee)
This commit is contained in:
Jeremy Huddleston 2008-04-24 18:21:42 -07:00
parent ae982a27e4
commit 63853e4ad2

View File

@ -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 \