summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston-ini-conf.bbappend
blob: 661af2b920ac7056d19400f4ec01f2f209c0bf1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
WESTONCORE[repaint-window] ??= "34"

WESTONIVISHELL[transition-duration] ??= "300"
WESTONIVISHELL[cursor-theme] ??= "default"

WESTONV4L2RENDERER[device] ??= "/dev/media0"
WESTONV4L2RENDERER[device-module] ??= "vsp2"

python() {
    if "multimedia" in d.getVar("MACHINE_FEATURES", True).split(" "):
        d.setVarFlag("WESTONSECTION", "WESTONV4L2RENDERER", "v4l2-renderer")
}

do_generate_weston_init[vardeps] += "WESTONIVISHELL WESTONV4L2RENDERER"