summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMadhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com>2020-03-06 17:13:20 -0800
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-03-09 11:37:01 -0700
commitad51fe3a577a8efffc2f0ca9d6acd3d9be3f22e9 (patch)
tree9947b8faa33b876330b135fc080ddc7878edc921
parent83c5f1e3642836b01c834fab2911c29c617f193f (diff)
downloadmeta-xilinx-ad51fe3a577a8efffc2f0ca9d6acd3d9be3f22e9.tar.gz
mesa: Do not provide KHR headers
KHR headers should be provided by the egl provider for zynqmp, as the egl headers have dependencies on it, which otherwise causes compilation error. Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
-rw-r--r--meta-xilinx-bsp/recipes-graphics/mesa/mesa-gl_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/recipes-graphics/mesa/mesa-gl_%.bbappend b/meta-xilinx-bsp/recipes-graphics/mesa/mesa-gl_%.bbappend
new file mode 100644
index 00000000..bcfefa1e
--- /dev/null
+++ b/meta-xilinx-bsp/recipes-graphics/mesa/mesa-gl_%.bbappend
@@ -0,0 +1,3 @@
1do_install_append_zynqmp () {
2 rm -rf ${D}${includedir}/KHR/*
3}