mesa: disable gfxstream on clangarm64.
This commit is contained in:
parent
c1798ec18e
commit
93f272979e
@ -4,7 +4,7 @@ _realname=mesa
|
|||||||
pkgbase=mingw-w64-${_realname}
|
pkgbase=mingw-w64-${_realname}
|
||||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||||
pkgver=25.0.1
|
pkgver=25.0.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Open-source implementation of the OpenGL, Vulkan and OpenCL specifications (mingw-w64)"
|
pkgdesc="Open-source implementation of the OpenGL, Vulkan and OpenCL specifications (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
@ -109,9 +109,14 @@ build() {
|
|||||||
-Dmicrosoft-clc=enabled
|
-Dmicrosoft-clc=enabled
|
||||||
-Dspirv-to-dxil=true
|
-Dspirv-to-dxil=true
|
||||||
-Dstatic-libclc=all
|
-Dstatic-libclc=all
|
||||||
-Dvulkan-drivers=microsoft-experimental,swrast,gfxstream
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if [[ ${CARCH} == x86_64 ]]; then
|
||||||
|
_meson_options+=(-Dvulkan-drivers=microsoft-experimental,swrast,gfxstream)
|
||||||
|
else
|
||||||
|
_meson_options+=(-Dvulkan-drivers=microsoft-experimental,swrast)
|
||||||
|
fi
|
||||||
|
|
||||||
MSYS2_ARG_CONV_EXCL="--prefix=" \
|
MSYS2_ARG_CONV_EXCL="--prefix=" \
|
||||||
PROCESSOR_ARCHITECTURE="${CARCH}" \
|
PROCESSOR_ARCHITECTURE="${CARCH}" \
|
||||||
${MINGW_PREFIX}/bin/meson setup \
|
${MINGW_PREFIX}/bin/meson setup \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user