mesa-opencl: depend on ocl-icd
We don't have a loader by default on a configuration like this, so depend on ocl-icd. This way the end user will still only need to install mesa-opencl to get to a working state.
This commit is contained in:
parent
fa28fb8240
commit
9225e3c32d
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'MesaLib'.
|
||||
pkgname=MesaLib
|
||||
version=10.2.4
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc="Mesa-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gbm
|
||||
|
@ -207,7 +207,7 @@ mesa-vmwgfx-dri_package() {
|
|||
|
||||
mesa-opencl_package() {
|
||||
short_desc="Mesa implementation of OpenCL (r600+ only)"
|
||||
depends="libclc-r600"
|
||||
depends="libclc-r600 ocl-icd"
|
||||
pkg_install() {
|
||||
vmove etc/OpenCL
|
||||
vmove "/usr/lib/lib*OpenCL*"
|
||||
|
|
Loading…
Reference in New Issue
Block a user