Files
mesa-repo/config/mesa-opt.conf
T

24 lines
810 B
Plaintext

PACKAGE_NAME="mesa-git"
PACKAGE_VERSION_PREFIX=""
PACKAGE_RELEASE="1"
PACKAGE_ARCH="amd64"
APT_SUITE="stable"
APT_COMPONENT="main"
# Public static HTTP base URL for the generated apt tree, without trailing slash.
# Leave empty if the repo is only generated locally or published elsewhere.
APT_PUBLIC_BASE_URL=""
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"