%general-entities; ]> libglvnd-&libglvnd-version; libglvnd Introduction to libglvnd libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors. It allows multiple drivers from different vendors to coexist on the same filesystem, and determines which vendor to dispatch each API call to at runtime. &lfs121_checked; Package Information Download (HTTP): Download size: &libglvnd-size; Download MD5 Sum: &libglvnd-md5sum; Estimated disk space required: &libglvnd-buildsize; Estimated build time: &libglvnd-time; libglvnd Dependencies Required Xorg Libraries Installation of libglvnd Install libglvnd by running the following commands: mkdir build && cd build meson setup .. --prefix=/usr ninja Now as the root user: ninja install 32-bit Installation of libglvnd First clean the build directory: rm -rf * Install lib32-libglvnd by running the following commands: mkdir build && cd build CC="gcc -m32" CXX="g++ -m32" \ PKG_CONFIG_PATH=/usr/lib32/pkgconfig \ meson setup .. --prefix=/usr \ --libdir=/usr/lib32 ninja Now as the root user: DESTDIR=$PWD/DESTDIR ninja install cp -vr DESTDIR/usr/lib32/* /usr/lib32 rm -rf DESTDIR ldconfig Contents Installed Programs Installed Directories libglvnd /etc/ssl/{certs,local} and /etc/pki/{nssdb,anchors,tls/{certs,java}}