https://bugs.freedesktop.org/show_bug.cgi?id=57044

--- Comment #4 from Kevin Hobbs <hob...@ohiou.edu> ---
(In reply to comment #3)
> I have what seems the same issue with current git:
> 

Same here, also with an xlib build.

The head of my build script is:

rm -rf /home/kevin/mesa_nightly/*

# Update Mesa Source
cd /home/kevin/mesa
make clean
git reset --hard
git clean -fd
git pull origin

# Make Mesa
./autogen.sh \
  --prefix=/home/kevin/mesa_nightly \
  --disable-dri \
  --enable-glx \
  --enable-xlib-glx \
  --without-gallium-drivers \
  --enable-osmesa \
  --disable-shared-glapi

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to