Enabled gallium-opencl

This commit is contained in:
Reza Jahanbakhshi 2023-10-30 09:34:42 +01:00
parent 81e9634ea0
commit 680798ec9c
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 23.3.0_devel.177121.ade44ad82e4.d41d8cd
pkgver = 24.0.0_devel.179651.7d96fe853e1.d41d8cd
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64

View File

@ -12,7 +12,7 @@
pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=23.3.0_devel.177121.ade44ad82e4.d41d8cd
pkgver=24.0.0_devel.179651.7d96fe853e1.d41d8cd
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@ -127,7 +127,7 @@ build () {
-D gallium-extra-hud=true \
-D gallium-nine=true \
-D gallium-omx=bellagio \
-D gallium-opencl=disabled \
-D gallium-opencl=icd \
-D gallium-va=enabled \
-D gallium-vdpau=enabled \
-D gallium-xa=enabled \