XQuartz: Fixed --disable-glx
This commit is contained in:
parent
8e2287c220
commit
ad0f232165
|
@ -13,9 +13,9 @@ if GLX
|
||||||
GL_DIR = GL
|
GL_DIR = GL
|
||||||
endif
|
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 = \
|
libXquartz_la_SOURCES = \
|
||||||
$(top_srcdir)/fb/fbcmap_mi.c \
|
$(top_srcdir)/fb/fbcmap_mi.c \
|
||||||
|
|
Loading…
Reference in New Issue