From ae097ff24fa02695acc62b927456fc7b575836b5 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Thu, 23 Feb 2017 16:26:34 +0100 Subject: [COMMUNITY] Renamed mesa recipes * allow compatibility with mesa 12 Signed-off-by: Ronan Le Martret --- meta-rcar-gen3/recipes-graphics/mesa/mesa_%.bbappend | 10 ++++++++++ meta-rcar-gen3/recipes-graphics/mesa/mesa_11.%.bbappend | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 meta-rcar-gen3/recipes-graphics/mesa/mesa_%.bbappend delete mode 100644 meta-rcar-gen3/recipes-graphics/mesa/mesa_11.%.bbappend diff --git a/meta-rcar-gen3/recipes-graphics/mesa/mesa_%.bbappend b/meta-rcar-gen3/recipes-graphics/mesa/mesa_%.bbappend new file mode 100644 index 0000000..e1b7ad2 --- /dev/null +++ b/meta-rcar-gen3/recipes-graphics/mesa/mesa_%.bbappend @@ -0,0 +1,10 @@ +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 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 -- cgit 1.2.3-korg