The xserver glx modules were lifted up to the top level, so this changes
the glapi generation to look in the new location.
../../glx/x11/indirect_size.c
-GLX_DIR = $(XORG_BASE)/GL/glx
+GLX_DIR = $(XORG_BASE)/glx
SERVER_GLAPI_FILES = \
$(GLX_DIR)/glapi.h \
all: check-xorg-source $(OUTPUTS) $(SERVER_OUTPUTS)
check-xorg-source:
- @if ! test -d $(XORG_BASE)/GL/glx; then \
+ @if ! test -d $(GLX_DIR); then \
echo "ERROR: Must specify path to xserver checkout; set XORG_BASE."; \
exit 1; \
fi