diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-06-27 17:17:27 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-06-29 14:16:48 -0300 |
commit | 36b1840a853ed1b2d766b06b6644692e7f95d398 (patch) | |
tree | b44672329303059be662163fd477f3d5c4a34779 /recipes-graphics/mesa | |
parent | 94caa35f706b7bce31ff495bed7dbed4625790d0 (diff) | |
download | meta-freescale-36b1840a853ed1b2d766b06b6644692e7f95d398.tar.gz |
mesa: Adjust install for files provided by imx-gpu-viv
- Remove wayland-egl.pc
- Remove KHR headers
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 742d2e1a..48dfa331 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend | |||
@@ -34,10 +34,9 @@ do_install_append_imxgpu3d () { | |||
34 | fi | 34 | fi |
35 | } | 35 | } |
36 | 36 | ||
37 | do_install_append_imxgpu2d () { | 37 | do_install_append_imxgpu () { |
38 | rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc | 38 | rm -f ${D}${includedir}/KHR |
39 | } | 39 | if [ "${BACKEND}" = "wayland" ]; then |
40 | 40 | rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc | |
41 | do_install_append_imxgpu2d () { | 41 | fi |
42 | rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc | ||
43 | } | 42 | } |