diff options
author | Brian Paul <[email protected]> | 2010-04-02 22:32:52 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-02 22:40:18 -0600 |
commit | d661931fbc6fc14cfa11fb72611aefbc5fc86288 (patch) | |
tree | ab09e5496cd85136c98cec86fcf3a437dd444754 /src/mesa/glapi | |
parent | 073bae1ce441d175fd1ab60bcdef2cabe3074e00 (diff) |
glapi: fix error message
Diffstat (limited to 'src/mesa/glapi')
-rw-r--r-- | src/mesa/glapi/gen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/glapi/gen/Makefile b/src/mesa/glapi/gen/Makefile index 8aa74ce4343..4daba7d9940 100644 --- a/src/mesa/glapi/gen/Makefile +++ b/src/mesa/glapi/gen/Makefile @@ -103,7 +103,7 @@ xorg: check-xorg-source $(XORG_OUTPUTS) check-xorg-source: @if ! test -d $(XORG_GLX_DIR); then \ - echo "ERROR: Must specify path to xserver checkout; set XORG_BASE."; \ + echo "ERROR: Must specify path to xserver/GL/GLX checkout; set XORG_GLX_DIR."; \ exit 1; \ fi |