Module: Mesa
Branch: master
Commit: d661931fbc6fc14cfa11fb72611aefbc5fc86288
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d661931fbc6fc14cfa11fb72611aefbc5fc86288

Author: Brian Paul <[email protected]>
Date:   Fri Apr  2 22:32:52 2010 -0600

glapi: fix error message

---

 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 8aa74ce..4daba7d 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
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to