This package provides the Mesa OpenGL Utility library.
If you have installed libglvnd, please install the GLFS version of GLU instead so that the library functions as expected.
This package is known to build and work properly using an LFS 13.0 platform.
Download (HTTP): https://archive.mesa3d.org/glu/glu-9.0.3.tar.xz
Download MD5 sum: 06a4fff9179a98ea32ef41b6d83f6b19
Download size: 216 KB
Estimated disk space required: 5.9 MB
Estimated build time: 0.2 SBU
Install GLU by running the following commands:
mkdir build &&
cd build &&
meson setup .. \
--prefix=$XORG_PREFIX \
--buildtype=release \
-D gl_provider=gl \
-D default_library=shared &&
ninja
This package does not come with a test suite.
Now, as the root user:
ninja install
-D default_library=shared:
This switch prevents building and installing the static library.