From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- bsp/meta-renesas/meta-rcar-gen3/include/gles-control.inc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bsp/meta-renesas/meta-rcar-gen3/include/gles-control.inc (limited to 'bsp/meta-renesas/meta-rcar-gen3/include/gles-control.inc') diff --git a/bsp/meta-renesas/meta-rcar-gen3/include/gles-control.inc b/bsp/meta-renesas/meta-rcar-gen3/include/gles-control.inc new file mode 100644 index 00000000..045caa32 --- /dev/null +++ b/bsp/meta-renesas/meta-rcar-gen3/include/gles-control.inc @@ -0,0 +1,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'}" -- cgit 1.2.3-korg