mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-26 14:40:47 +01:00
XQuartz: Compile in missing glx source that we still need
(cherry picked from commitc611335dee) (cherry picked from commit63853e4ad2)
This commit is contained in:
parent
46e0bb6211
commit
a569beba4c
1 changed files with 5 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue