Browse Source

Follow along GL/glx -> glx renaming in xserver

The xserver glx modules were lifted up to the top level, so this changes
the glapi generation to look in the new location.
tags/mesa_7_1_rc1
Dan Nicholson 17 years ago
parent
commit
e57f1b702e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/mesa/glapi/Makefile

+ 2
- 2
src/mesa/glapi/Makefile View File

../../glx/x11/indirect_size.c ../../glx/x11/indirect_size.c




GLX_DIR = $(XORG_BASE)/GL/glx
GLX_DIR = $(XORG_BASE)/glx


SERVER_GLAPI_FILES = \ SERVER_GLAPI_FILES = \
$(GLX_DIR)/glapi.h \ $(GLX_DIR)/glapi.h \
all: check-xorg-source $(OUTPUTS) $(SERVER_OUTPUTS) all: check-xorg-source $(OUTPUTS) $(SERVER_OUTPUTS)


check-xorg-source: 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."; \ echo "ERROR: Must specify path to xserver checkout; set XORG_BASE."; \
exit 1; \ exit 1; \
fi fi

Loading…
Cancel
Save