mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 14:50:11 +01:00
glapi: Make xserver location error more helpful
glx code hasn't lived under xserver/GL for a long time now. Signed-off-by: Nathan Kidd <nkidd@opentext.com> Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
b9e9df78a0
commit
f3652f0983
1 changed files with 4 additions and 1 deletions
|
|
@ -128,7 +128,10 @@ xorg: check-xorg-source $(XORG_OUTPUTS)
|
|||
|
||||
check-xorg-source:
|
||||
@if ! test -d $(XORG_GLX_DIR); then \
|
||||
echo "ERROR: Must specify path to xserver/GL/ checkout; set XORG_BASE env var."; \
|
||||
echo "ERROR: Must specify path to xserver/ checkout. Set XORG_BASE env var."; \
|
||||
if test x$(XORG_BASE) != x; then \
|
||||
echo "'$(XORG_GLX_DIR)' does not exist."; \
|
||||
fi; \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue