diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-08-25 16:26:16 -0500 |
|---|---|---|
| committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-08-26 15:12:39 -0500 |
| commit | 96f0ad1126bdeca57b810b7c2ac010fa7af9ab25 (patch) | |
| tree | be5a2a6f41476910d1d293a3c930e5ed8a1d74bd /recipes-graphics/wayland/required-distro-features.inc | |
| parent | 576292c80045d94e188df4e223f8078fe753a76b (diff) | |
| download | meta-freescale-96f0ad1126bdeca57b810b7c2ac010fa7af9ab25.tar.gz | |
weston: Upgrade 9.0.0.imx -> 10.0.0.imx
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/wayland/required-distro-features.inc')
| -rw-r--r-- | recipes-graphics/wayland/required-distro-features.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/required-distro-features.inc b/recipes-graphics/wayland/required-distro-features.inc new file mode 100644 index 000000000..bb4a0e8eb --- /dev/null +++ b/recipes-graphics/wayland/required-distro-features.inc | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | # distro features required by weston recipes | ||
| 2 | |||
| 3 | inherit features_check | ||
| 4 | |||
| 5 | # requires pam enabled if started via systemd | ||
| 6 | # | ||
| 7 | REQUIRED_DISTRO_FEATURES = "wayland opengl ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'systemd', 'pam', '', d)}" | ||
| 8 | |||
