summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/required-distro-features.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-08-30 10:14:49 -0300
committerGitHub <noreply@github.com>2022-08-30 10:14:49 -0300
commit74cf99448cec016bbd6eb6790e38a6a57374d17e (patch)
tree13efc9cbf87f3c3edb5ae84a20941b43486ff6eb /recipes-graphics/wayland/required-distro-features.inc
parent3f832f63dff25e5e40f167dde0ab636ba95093fc (diff)
parent6e76d204612e4d18afe81e658b8c4b638a8404fc (diff)
downloadmeta-freescale-74cf99448cec016bbd6eb6790e38a6a57374d17e.tar.gz
Merge pull request #1185 from Freescale/backport-1183-to-kirkstone
[Backport kirkstone] Graphics for NXP Release 5.15.32-2.0.0
Diffstat (limited to 'recipes-graphics/wayland/required-distro-features.inc')
-rw-r--r--recipes-graphics/wayland/required-distro-features.inc8
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 00000000..bb4a0e8e
--- /dev/null
+++ b/recipes-graphics/wayland/required-distro-features.inc
@@ -0,0 +1,8 @@
1# distro features required by weston recipes
2
3inherit features_check
4
5# requires pam enabled if started via systemd
6#
7REQUIRED_DISTRO_FEATURES = "wayland opengl ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'systemd', 'pam', '', d)}"
8