summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/wayland/weston_9.0.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston_9.0.0.bb b/meta/recipes-graphics/wayland/weston_9.0.0.bb
index 051fd85941..8cb105c785 100644
--- a/meta/recipes-graphics/wayland/weston_9.0.0.bb
+++ b/meta/recipes-graphics/wayland/weston_9.0.0.bb
@@ -21,7 +21,8 @@ UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
21 21
22inherit meson pkgconfig useradd features_check 22inherit meson pkgconfig useradd features_check
23# depends on virtual/egl 23# depends on virtual/egl
24REQUIRED_DISTRO_FEATURES = "opengl" 24# weston-init requires pam enabled if started via systemd
25REQUIRED_DISTRO_FEATURES = "opengl ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'systemd', 'pam', '', d)}"
25 26
26DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0" 27DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0"
27DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native" 28DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native"