summaryrefslogtreecommitdiffstats
path: root/bsp/meta-renesas-rcar-gen3/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /bsp/meta-renesas-rcar-gen3/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'bsp/meta-renesas-rcar-gen3/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc')
-rw-r--r--bsp/meta-renesas-rcar-gen3/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc24
1 files changed, 0 insertions, 24 deletions
diff --git a/bsp/meta-renesas-rcar-gen3/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc b/bsp/meta-renesas-rcar-gen3/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc
deleted file mode 100644
index 0aa77e03..00000000
--- a/bsp/meta-renesas-rcar-gen3/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc
+++ /dev/null
@@ -1,24 +0,0 @@
-# FIXME: can not override PACKAGECONFIG.
-PACKAGECONFIG[gles] = "--enable-gles1 --disable-gles2"
-PACKAGECONFIG[egl] = "--enable-egl --with-egl-platforms=wayland"
-
-# Disable the gbm modules of mesa
-PACKAGECONFIG_remove = "gbm"
-
-# Remove the gbm and egl packages. These are provided in other recipes.
-PACKAGES_remove = " \
- libgbm-dev libgbm \
- libegl-mesa-dev libegl-mesa \
- libegl-dev libegl \
- libgles2-mesa libgles2-mesa-dev \
- libwayland-egl libwayland-egl-dev \
-"
-
-do_install_append() {
- # Remove libegl-mesa modules and headers
- rm -f ${D}/${libdir}/libEGL.la
- rm -f ${D}/${libdir}/libEGL.so*
- rm -f ${D}/${libdir}/pkgconfig/egl.pc
- rm -rf ${D}/${includedir}/EGL
- rm -rf ${D}/${includedir}/KHR
-}