diff options
author | Thao Nguyen <thao.nguyen.yb@renesas.com> | 2017-07-14 17:10:49 +0700 |
---|---|---|
committer | Thao Nguyen <thao.nguyen.yb@renesas.com> | 2017-08-25 08:42:50 +0700 |
commit | 23a3ef7ea1b7c2e1f27c09c2667d127ea827d1bf (patch) | |
tree | ffcfff0a11ce2599192b3bfe575cc62c8778de86 /meta-rcar-gen3 | |
parent | cf3bea76a87dba2918d450be2d2f22910d909425 (diff) |
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 <thao.nguyen.yb@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc | 3 |
1 files changed, 0 insertions, 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/ |