diff options
Diffstat (limited to 'meta/recipes-graphics/wayland/weston_10.0.0.bb')
-rw-r--r-- | meta/recipes-graphics/wayland/weston_10.0.0.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-graphics/wayland/weston_10.0.0.bb b/meta/recipes-graphics/wayland/weston_10.0.0.bb index bebe95f69d..8424b4d548 100644 --- a/meta/recipes-graphics/wayland/weston_10.0.0.bb +++ b/meta/recipes-graphics/wayland/weston_10.0.0.bb | |||
@@ -19,10 +19,11 @@ SRC_URI[sha256sum] = "5c23964112b90238bed39e5dd1e41cd71a79398813cdc3bbb15a9fdc94 | |||
19 | 19 | ||
20 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | 20 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" |
21 | 21 | ||
22 | inherit meson pkgconfig useradd features_check | 22 | inherit meson pkgconfig useradd |
23 | |||
23 | # depends on virtual/egl | 24 | # depends on virtual/egl |
24 | # weston-init requires pam enabled if started via systemd | 25 | # |
25 | REQUIRED_DISTRO_FEATURES = "wayland opengl ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'systemd', 'pam', '', d)}" | 26 | require ${THISDIR}/required-distro-features.inc |
26 | 27 | ||
27 | DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0" | 28 | DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0" |
28 | DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native" | 29 | DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native" |