XQuartz: Compile in missing glx source that we still need
(cherry picked from commit c611335dee267e41dcd1733a6bb5206b102f804e)
This commit is contained in:
parent
ae982a27e4
commit
63853e4ad2
|
@ -47,7 +47,12 @@ libglxdri_la_SOURCES = \
|
||||||
extension_string.c \
|
extension_string.c \
|
||||||
extension_string.h
|
extension_string.h
|
||||||
|
|
||||||
|
#if XQUARTZ
|
||||||
|
XQUARTZ_libglx_la_SOURCES = glcontextmodes.c
|
||||||
|
#endif
|
||||||
|
|
||||||
libglx_la_SOURCES = \
|
libglx_la_SOURCES = \
|
||||||
|
$(XQUARTZ_libglx_la_SOURCES) \
|
||||||
g_disptab.h \
|
g_disptab.h \
|
||||||
glxbyteorder.h \
|
glxbyteorder.h \
|
||||||
glxcmds.c \
|
glxcmds.c \
|
||||||
|
|
Loading…
Reference in New Issue