Added spirv-llvm-translator dependency
This commit is contained in:
parent
680798ec9c
commit
c91559f621
3
.SRCINFO
3
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = mesa-git
|
||||
pkgdesc = an open-source implementation of the OpenGL specification, git version
|
||||
pkgver = 24.0.0_devel.179651.7d96fe853e1.d41d8cd
|
||||
pkgver = 24.0.0_devel.179834.47398c65ee7.d41d8cd
|
||||
pkgrel = 1
|
||||
url = https://www.mesa3d.org
|
||||
arch = x86_64
|
||||
@ -20,6 +20,7 @@ pkgbase = mesa-git
|
||||
makedepends = glslang
|
||||
makedepends = directx-headers
|
||||
makedepends = libclc
|
||||
makedepends = spirv-llvm-translator
|
||||
makedepends = llvm=16.0.6
|
||||
makedepends = clang=16.0.6
|
||||
depends = libdrm
|
||||
|
5
PKGBUILD
5
PKGBUILD
@ -12,12 +12,13 @@
|
||||
|
||||
pkgname=mesa-git
|
||||
pkgdesc="an open-source implementation of the OpenGL specification, git version"
|
||||
pkgver=24.0.0_devel.179651.7d96fe853e1.d41d8cd
|
||||
pkgver=24.0.0_devel.179834.47398c65ee7.d41d8cd
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
makedepends=('git' 'python-mako' 'xorgproto'
|
||||
'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libxrandr'
|
||||
'wayland-protocols' 'meson' 'ninja' 'glslang' 'directx-headers' 'libclc')
|
||||
'wayland-protocols' 'meson' 'ninja' 'glslang' 'directx-headers'
|
||||
'libclc' 'spirv-llvm-translator')
|
||||
depends=('libdrm' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf'
|
||||
'libomxil-bellagio' 'libunwind' 'libglvnd' 'wayland' 'lm_sensors' 'libclc' 'vulkan-icd-loader' 'zstd' 'expat')
|
||||
optdepends=('opengl-man-pages: for the OpenGL API man pages')
|
||||
|
Loading…
Reference in New Issue
Block a user