MesaLib: -opencl: depend on libOpenCL (vpkg) rather tha ocl-icd.
This commit is contained in:
parent
4c0d78ed27
commit
c673de3fab
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'MesaLib'.
|
||||
pkgname=MesaLib
|
||||
version=10.2.4
|
||||
revision=6
|
||||
revision=7
|
||||
wrksrc="Mesa-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gbm
|
||||
|
@ -211,7 +211,7 @@ mesa-vmwgfx-dri_package() {
|
|||
|
||||
mesa-opencl_package() {
|
||||
short_desc="Mesa implementation of OpenCL (r600+ only)"
|
||||
depends="libclc-r600 ocl-icd"
|
||||
depends="libclc-r600 libOpenCL"
|
||||
pkg_install() {
|
||||
vmove etc/OpenCL
|
||||
vmove "/usr/lib/lib*OpenCL*"
|
||||
|
|
Loading…
Reference in a new issue