Initial release
build-mesa-git / build-deb (push) Successful in 5m12s

This commit is contained in:
2026-06-21 13:39:54 +02:00
commit 398e91bb2d
6 changed files with 680 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
PACKAGE_NAME="mesa-git"
PACKAGE_VERSION_PREFIX=""
PACKAGE_RELEASE="1"
PACKAGE_ARCH="amd64"
UPSTREAM_GIT_URL="https://gitlab.freedesktop.org/mesa/mesa.git"
UPSTREAM_GIT_REF="main"
LIBDRM_GIT_URL="https://gitlab.freedesktop.org/mesa/drm.git"
LIBDRM_GIT_REF="main"
INSTALL_PREFIX="/opt/mesa-git"
BUILD_TYPE="release"
PLATFORMS="x11,wayland"
# Broad desktop profile: AMD, Intel, NVIDIA nouveau plus software fallback.
GALLIUM_DRIVERS="radeonsi,r300,r600,iris,crocus,nouveau,zink,llvmpipe,softpipe"
VULKAN_DRIVERS="amd,intel,intel_hasvk,nouveau,swrast"
VULKAN_LAYERS="device-select,overlay"