diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-07-30 14:42:06 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-08-02 17:28:10 -0300 |
commit | 8629b06da99c77f1808c6ec58c4406c279eea0b5 (patch) | |
tree | d88ef00be003b3a7dec3c9b28b11ca7a6a3c89b0 /recipes-graphics | |
parent | f718ae3fc01f77b6497280456529b58553c28d08 (diff) | |
download | meta-freescale-8629b06da99c77f1808c6ec58c4406c279eea0b5.tar.gz |
mesa: Remove redundant install code
Now that wayland 1.15 provides libwayland-egl, the main mesa recipe
removes libwayland-egl from its install, so no need to repeat that here.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 60eaf839..5ead6251 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend | |||
@@ -37,7 +37,4 @@ do_install_append_imxgpu3d () { | |||
37 | 37 | ||
38 | do_install_append_imxgpu () { | 38 | do_install_append_imxgpu () { |
39 | rm -rf ${D}${includedir}/KHR | 39 | rm -rf ${D}${includedir}/KHR |
40 | if [ "${BACKEND}" = "wayland" ]; then | ||
41 | rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc | ||
42 | fi | ||
43 | } | 40 | } |