aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-graphics/mesa/mesa_11.%.bbappend
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-02-23 16:26:34 +0100
committerThao Nguyen <thao.nguyen.yb@renesas.com>2017-08-25 08:42:50 +0700
commit03fb4ddaf6446f57fab4b0a041723b1ed8c6cebb (patch)
treeeeb2ee6230f80316fb0a3723d3bc45fbcd534bb5 /meta-rcar-gen3/recipes-graphics/mesa/mesa_11.%.bbappend
parent23a3ef7ea1b7c2e1f27c09c2667d127ea827d1bf (diff)
rcar-gen3: mesa: Rename mesa bbappend
This commit renames mesa bbappend to be able to compatible with different mesa versions. Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> (cherry picked from commit 4849eff67419793fd79894fe0002278d09f91e07)
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/mesa/mesa_11.%.bbappend')
-rw-r--r--meta-rcar-gen3/recipes-graphics/mesa/mesa_11.%.bbappend10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/mesa/mesa_11.%.bbappend b/meta-rcar-gen3/recipes-graphics/mesa/mesa_11.%.bbappend
deleted file mode 100644
index e1b7ad2..0000000
--- a/meta-rcar-gen3/recipes-graphics/mesa/mesa_11.%.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@
-require include/gles-control.inc
-
-def map_libs(d):
- if base_conditional('USE_GLES_WAYLAND', "1", "1", "0", d) == "1":
- return "wayland"
-
- return "dummy"
-
-MESATARGET := "${@map_libs(d)}"
-include mesa-${MESATARGET}.inc