mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
glapi: fix error message
This commit is contained in:
parent
073bae1ce4
commit
d661931fbc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue