diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/wayland/weston_9.0.0.bb | 3 |
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 | ||
22 | inherit meson pkgconfig useradd features_check | 22 | inherit meson pkgconfig useradd features_check |
23 | # depends on virtual/egl | 23 | # depends on virtual/egl |
24 | REQUIRED_DISTRO_FEATURES = "opengl" | 24 | # weston-init requires pam enabled if started via systemd |
25 | REQUIRED_DISTRO_FEATURES = "opengl ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'systemd', 'pam', '', d)}" | ||
25 | 26 | ||
26 | DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0" | 27 | DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0" |
27 | DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native" | 28 | DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native" |