Contents
Installed Programs:
None
Installed Library:
libGLU
Installed Directories:
None
This package provides the Mesa OpenGL Utility library.
Download (HTTP): https://archive.mesa3d.org/glu/glu-9.0.3.tar.xz
Install GLU by running the following commands:
mkdir build && cd build && meson setup --prefix=$XORG_PREFIX \ --buildtype=release \ $(! pkgconf libglvnd && echo -D gl_provider=gl) \ .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install && rm -vf /usr/lib/libGLU.a
$(! pkgconf ...): These commands check if the OpenGL provider is not libglvnd, and if it's not, it sets Mesa as the vendor.