mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
Merge pull request #486 from RealJohnGalt/quickfix
mesa-opencl: depend on ocl-icd
This commit is contained in:
commit
71f9072cc9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'MesaLib'.
|
# Template build file for 'MesaLib'.
|
||||||
pkgname=MesaLib
|
pkgname=MesaLib
|
||||||
version=10.2.4
|
version=10.2.4
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="Mesa-${version}"
|
wrksrc="Mesa-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gbm
|
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gbm
|
||||||
|
@ -207,7 +207,7 @@ mesa-vmwgfx-dri_package() {
|
||||||
|
|
||||||
mesa-opencl_package() {
|
mesa-opencl_package() {
|
||||||
short_desc="Mesa implementation of OpenCL (r600+ only)"
|
short_desc="Mesa implementation of OpenCL (r600+ only)"
|
||||||
depends="libclc-r600"
|
depends="libclc-r600 ocl-icd"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove etc/OpenCL
|
vmove etc/OpenCL
|
||||||
vmove "/usr/lib/lib*OpenCL*"
|
vmove "/usr/lib/lib*OpenCL*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue