Kaynağa Gözat

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>
tags/mesa-7.11-rc1
Nathan Kidd 14 yıl önce
ebeveyn
işleme
f3652f0983
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. 4
    1
      src/mapi/glapi/gen/Makefile

+ 4
- 1
src/mapi/glapi/gen/Makefile Dosyayı Görüntüle

@@ -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…
İptal
Kaydet