diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-08-10 15:21:53 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2021-08-18 15:13:36 -0500 |
commit | c7c43c07dd38931fe92b33245b296aa464134713 (patch) | |
tree | 0102bcdc6f27e90d9bb074a7fe2b92f2c1683c11 /recipes-graphics/imx-gpu-viv | |
parent | 188799ec20bb4c2d3ddfc3dd6a99da1b5ce2e835 (diff) | |
download | meta-freescale-c7c43c07dd38931fe92b33245b296aa464134713.tar.gz |
imx-gpu-viv: Move CL/cl_viv_vx_ext.h to main package
The header file `/usr/include/CL/cl_viv_vx_ext.h` is needed at
runtime, so move it to the main package `libclc-imx`.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/imx-gpu-viv')
-rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index 72186aa3..d392cd5b 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
@@ -275,7 +275,7 @@ do_install () { | |||
275 | 275 | ||
276 | ALLOW_EMPTY:${PN} = "1" | 276 | ALLOW_EMPTY:${PN} = "1" |
277 | 277 | ||
278 | FILES:libclc-imx = "${libdir}/libCLC${SOLIBS}" | 278 | FILES:libclc-imx = "${libdir}/libCLC${SOLIBS} ${includedir}/CL/cl_viv_vx_ext.h" |
279 | FILES:libclc-imx-dev = "${includedir}/CL ${libdir}/libCLC${SOLIBSDEV}" | 279 | FILES:libclc-imx-dev = "${includedir}/CL ${libdir}/libCLC${SOLIBSDEV}" |
280 | 280 | ||
281 | # libEGL.so is used by some demo apps from Freescale | 281 | # libEGL.so is used by some demo apps from Freescale |