diff options
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/mesa')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/mesa/mesa_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/mesa/mesa_%.bbappend b/meta-rcar-gen3/recipes-graphics/mesa/mesa_%.bbappend index e1b7ad2..022144e 100644 --- a/meta-rcar-gen3/recipes-graphics/mesa/mesa_%.bbappend +++ b/meta-rcar-gen3/recipes-graphics/mesa/mesa_%.bbappend @@ -1,7 +1,7 @@ require include/gles-control.inc def map_libs(d): - if base_conditional('USE_GLES_WAYLAND', "1", "1", "0", d) == "1": + if oe.utils.conditional('USE_GLES_WAYLAND', "1", "1", "0", d) == "1": return "wayland" return "dummy" |