diff options
| author | Fabio Berton <fabio.berton@ossystems.com.br> | 2017-11-16 11:07:45 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-16 13:44:35 -0200 |
| commit | f5ae701616f3f52ddce0ca2f55faecaa31d231f9 (patch) | |
| tree | a1773c4cc4fc50ae4537f8ba32318e7e9609aa54 | |
| parent | aa7536bb0ee30b702b067a8f3f46b3922e7388ea (diff) | |
| download | meta-freescale-f5ae701616f3f52ddce0ca2f55faecaa31d231f9.tar.gz | |
mesa: Remove /usr/lib/pkgconfig/wayland-egl.pc
The file /usr/lib/pkgconfig/wayland-egl.pc is installed by imx-gpu-viv
and we need to remove from mesa.
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index eaa94eef1..a89184ec6 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend | |||
| @@ -23,3 +23,7 @@ do_install_append_imxgpu3d () { | |||
| 23 | ${D}${includedir}/GL/gl.h \ | 23 | ${D}${includedir}/GL/gl.h \ |
| 24 | ${D}${includedir}/GL/glext.h | 24 | ${D}${includedir}/GL/glext.h |
| 25 | } | 25 | } |
| 26 | |||
| 27 | do_install_append_imxgpu2d () { | ||
| 28 | rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc | ||
| 29 | } | ||
