From 23a3ef7ea1b7c2e1f27c09c2667d127ea827d1bf Mon Sep 17 00:00:00 2001 From: Thao Nguyen Date: Fri, 14 Jul 2017 17:10:49 +0700 Subject: rcar-gen3: mesa: Remove installation of eglmesaext.h eglmesaext.h is installed because GFX needs it. GFX is updated and this header is not used anymore. Signed-off-by: Thao Nguyen Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc b/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc index 660cde3..55b8c15 100644 --- a/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc +++ b/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc @@ -22,9 +22,6 @@ do_install_append() { rm -rf ${D}/${includedir}/EGL rm -rf ${D}/${includedir}/KHR - # For Qt environment - install -Dm 644 ${S}/include/EGL/eglmesaext.h ${D}/${includedir}/EGL/eglmesaext.h - # install required header for wayland install -d ${D}/usr/include install -m 644 ${S}/${INSTALLED_HEADER} ${D}/usr/include/ -- cgit 1.2.3-korg