Merge pull request #486 from RealJohnGalt/quickfix
mesa-opencl: depend on ocl-icd
This commit is contained in:
commit
71f9072cc9
|
@ -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