diff options
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 | |||
