UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

mesa

Mesa is an OpenGL compatible 3D graphics library.

Package info

Codename: mesa
Source file: mesa-19.1.4.tar.xz
Source directory: mesa-19.1.4
Package URL: https://umvirt.com/linux/downloads/0.1/packages/Xorg/mesa-19.1.4.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/Xorg/mesa-19.1.4.tar.xz.md5sum
Dependances: libdrm, python2, mako, llvm, Xlibs, wayland-protocols.
Dependance of: libvdpau-va-gl, blender, mesa-demos, libepoxy, webkitgtk, glu, freeglut, qt4, libreoffice, libva, qt5, X.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
GALLIUM_DRV="i915,nouveau,r600,radeonsi,svga,swrast,virgl"
DRI_DRIVERS="i965,nouveau"

mkdir build &&
cd    build &&

meson --prefix=$XORG_PREFIX          \
      -Dbuildtype=release            \
      -Ddri-drivers=$DRI_DRIVERS     \
      -Dgallium-drivers=$GALLIUM_DRV \
      -Dvulkan-drivers="intel,amd"   \
      -Dgallium-nine=false           \
      -Dglx=dri                      \
      -Dosmesa=gallium               \
      -Dvalgrind=false               \
      ..                             &&

unset GALLIUM_DRV DRI_DRIVERS 

Build script:
ninja

Install script:
ninja install