Comment 1 for bug 33948

Revision history for this message
Paul Sladen (sladen) wrote :

Hi Matthew, thanks for you bug report.

The various header files are you after are in the following development packages:

$ dpkg -S /usr/include/GL/gl* | sort
libgl1-mesa-dev: /usr/include/GL/glxext.h
libgl1-mesa-dev: /usr/include/GL/glx.h
libgl1-mesa-dev: /usr/include/GL/glx_mangle.h
libglu1-mesa-dev: /usr/include/GL/glu.h
libglu1-mesa-dev: /usr/include/GL/glu_mangle.h
mesa-common-dev: /usr/include/GL/glext.h
mesa-common-dev: /usr/include/GL/gl.h
mesa-common-dev: /usr/include/GL/gl_mangle.h
x11proto-gl-dev: /usr/include/GL/glxint.h
x11proto-gl-dev: /usr/include/GL/glxmd.h
x11proto-gl-dev: /usr/include/GL/glxproto.h
x11proto-gl-dev: /usr/include/GL/glxtokens.h

These in turn have nice high-level Provides so that all you need to do is:

  sudo apt-get install libgl-dev libglu-dev