summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2018-07-30 14:42:06 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2018-08-02 17:28:10 -0300
commit8629b06da99c77f1808c6ec58c4406c279eea0b5 (patch)
treed88ef00be003b3a7dec3c9b28b11ca7a6a3c89b0 /recipes-graphics/mesa
parentf718ae3fc01f77b6497280456529b58553c28d08 (diff)
downloadmeta-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/mesa')
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend3
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
38do_install_append_imxgpu () { 38do_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}