Mesa (master): glapi: fix error message

Brian Paul brianp at kemper.freedesktop.org
Sat Apr 3 04:42:31 UTC 2010


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

Author: Brian Paul <brianp at vmware.com>
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
 




More information about the mesa-commit mailing list