mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 23:58:25 +02:00
XQuartz: Fixed --disable-glx
This commit is contained in:
parent
eb6f884d4f
commit
2df934fc73
1 changed files with 2 additions and 2 deletions
|
|
@ -13,9 +13,9 @@ if GLX
|
|||
GL_DIR = GL
|
||||
endif
|
||||
|
||||
SUBDIRS = bundle . GL xpr pbproxy mach-startup doc
|
||||
SUBDIRS = bundle . $(GL_DIR) xpr pbproxy mach-startup doc
|
||||
|
||||
DIST_SUBDIRS = bundle . $(GL_DIR) xpr pbproxy mach-startup doc
|
||||
DIST_SUBDIRS = bundle . GL xpr pbproxy mach-startup doc
|
||||
|
||||
libXquartz_la_SOURCES = \
|
||||
$(top_srcdir)/fb/fbcmap_mi.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue