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:
John Galt 2014-07-23 00:50:47 -07:00
parent fa28fb8240
commit 9225e3c32d

View file

@ -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*"