diff options
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/mesa/mesa_11.%.bbappend')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/mesa/mesa_11.%.bbappend | 10 |
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 |