[Mesa-dev] [PATCH 0/9] remove mfeatures.h file

Jordan Justen jljusten at gmail.com
Tue Feb 26 09:09:39 PST 2013


On Sat, Feb 23, 2013 at 7:29 AM, Brian Paul <brianp at vmware.com> wrote:
> This series removes the dependencies on the mfeatures.h file and the file
> itself.
>
> I'd appreciated someone doing a test build of this series to double-check my
> work.

I'm getting a build error:
  GEN    main/get_hash.h
updating main/git_sha1.h
get_hash_generator.py: need at least a single enabled API

when testing your branch at
git://people.freedesktop.org/~brianp/mesa.git remove-mfeatures

Here is the config I was using:
./autogen.sh \
  --enable-gles2 --enable-gles1 \
  --enable-egl \
  --with-dri-drivers=i965,swrast \
  --enable-debug \
  --enable-shared-glapi --enable-glx-tls --enable-texture-float \
  --with-egl-drivers=dri2,glx --with-egl-platforms=x11,drm,wayland \
  --enable-gbm \
  --disable-glu --with-gallium-drivers='' \
  --disable-gallium-egl

-Jordan


More information about the mesa-dev mailing list