GLU-9.0.3

Introduction to GLU

This package provides the Mesa OpenGL Utility library.

GLU Dependencies

Required

OpenGL (libglvnd or Mesa)

Installation of GLU

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

Command Explanations

$(! pkgconf ...): These commands check if the OpenGL provider is not libglvnd, and if it's not, it sets Mesa as the vendor.

Contents

Installed Programs: None
Installed Library: libGLU
Installed Directories: None

Short Descriptions

libGLU

is the Mesa OpenGL Utility library