aboutsummaryrefslogtreecommitdiffstats
path: root/meta-renesas-extras/recipes/mesa/mesa_%.bbappend
blob: 0542b65d1648be5e0750f6c4874409f158bcc156 (plain)
1
2
3
4
5
6
7
8
9
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 recipes-graphics/mesa/mesa-${MESATARGET}.inc