package/freescale-imx/imx-gpu-viv: is an libopencl provider
The imx-gpu-viv install libOpenCL.so.1.2 library and cl.h header, so declare it as a libopencl provider. With this support we can select the clinfo package provided by Buildroot instead of the one provided by imx-gpu-viv package. Signed-off-by: Romain Naour <romain.naour@smile.fr> Cc: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b37cd79daf
commit
f296b7ac59
@ -14,6 +14,7 @@ config BR2_PACKAGE_IMX_GPU_VIV
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC
|
||||
select BR2_PACKAGE_HAS_LIBEGL
|
||||
select BR2_PACKAGE_HAS_LIBGLES
|
||||
select BR2_PACKAGE_HAS_LIBOPENCL
|
||||
select BR2_PACKAGE_HAS_LIBOPENVG
|
||||
help
|
||||
Userspace libraries for Vivante GPU on i.MX platforms
|
||||
@ -74,6 +75,9 @@ config BR2_PACKAGE_PROVIDES_LIBEGL
|
||||
config BR2_PACKAGE_PROVIDES_LIBGLES
|
||||
default "imx-gpu-viv"
|
||||
|
||||
config BR2_PACKAGE_PROVIDES_LIBOPENCL
|
||||
default "imx-gpu-viv"
|
||||
|
||||
config BR2_PACKAGE_PROVIDES_LIBOPENVG
|
||||
default "imx-gpu-viv"
|
||||
|
||||
|
@ -18,7 +18,7 @@ IMX_GPU_VIV_LICENSE = NXP Semiconductor Software License Agreement
|
||||
IMX_GPU_VIV_LICENSE_FILES = EULA COPYING
|
||||
IMX_GPU_VIV_REDISTRIBUTE = NO
|
||||
|
||||
IMX_GPU_VIV_PROVIDES = libegl libgles libopenvg
|
||||
IMX_GPU_VIV_PROVIDES = libegl libgles libopencl libopenvg
|
||||
IMX_GPU_VIV_LIB_TARGET = $(call qstrip,$(BR2_PACKAGE_IMX_GPU_VIV_OUTPUT))
|
||||
|
||||
ifeq ($(IMX_GPU_VIV_LIB_TARGET),x11)
|
||||
|
Loading…
Reference in New Issue
Block a user