aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/include/gles-control.inc
blob: 045caa327b842a148bd2d2128cd010138b8d55ca (plain)
1
2
3
4
5
6
USE_GLES = "${@'1' if 'gsx' in '${MACHINE_FEATURES}' else '0'}"
USE_GLES_WAYLAND = \
    "${@'1' if '${USE_GLES}' == '1' and 'wayland' in '${DISTRO_FEATURES}' else '0'}"
USE_WAYLAND_IVI_SHELL = \
    "${@'1' if 'ivi-shell' in '${DISTRO_FEATURES}' and \
    'wayland' in '${DISTRO_FEATURES}' else '0'}"
lass="err"># for now: enable here for the AGL IVI demo (image-ivi and demo-platform) # tbd: change based on usage in profiles PIPEWIRE = "\ ${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', 'packagegroup-pipewire', '', d)}\ " RDEPENDS:${PN} += "\ ${PIPEWIRE} \ "