mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
imx-gpu-viv: add apitrace dependency on libpng
This patch is based on the Yocto equivalent: https://github.com/Freescale/meta-fsl-arm/commit/ce73c200 Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
cd2c132596
commit
88d244a0eb
@ -62,6 +62,7 @@ config BR2_PACKAGE_PROVIDES_LIBOPENVG
|
|||||||
config BR2_PACKAGE_IMX_GPU_VIV_APITRACE
|
config BR2_PACKAGE_IMX_GPU_VIV_APITRACE
|
||||||
bool "install apitrace tools"
|
bool "install apitrace tools"
|
||||||
select BR2_PACKAGE_IMX_GPU_VIV_G2D
|
select BR2_PACKAGE_IMX_GPU_VIV_G2D
|
||||||
|
select BR2_PACKAGE_LIBPNG
|
||||||
help
|
help
|
||||||
Copy the apitrace tool to the target. Apitrace consists
|
Copy the apitrace tool to the target. Apitrace consists
|
||||||
of a set of tools to trace, replay and/or inspect OpenGL,
|
of a set of tools to trace, replay and/or inspect OpenGL,
|
||||||
|
@ -80,6 +80,7 @@ define IMX_GPU_VIV_INSTALL_STAGING_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_IMX_GPU_VIV_APITRACE),y)
|
ifeq ($(BR2_PACKAGE_IMX_GPU_VIV_APITRACE),y)
|
||||||
|
IMX_GPU_VIV_DEPENDENCIES += libpng
|
||||||
ifeq ($(IMX_GPU_VIV_LIB_TARGET),x11)
|
ifeq ($(IMX_GPU_VIV_LIB_TARGET),x11)
|
||||||
define IMX_GPU_VIV_INSTALL_APITRACE
|
define IMX_GPU_VIV_INSTALL_APITRACE
|
||||||
cp -dpfr $(@D)/apitrace/x11/usr/bin/* $(TARGET_DIR)/usr/bin/
|
cp -dpfr $(@D)/apitrace/x11/usr/bin/* $(TARGET_DIR)/usr/bin/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user