diff options
| author | Joe Slater <joe.slater@windriver.com> | 2022-03-10 12:08:07 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-11 06:56:02 +0000 |
| commit | 8a4c53ee762c1ee02ba282d265e12e733c81ce82 (patch) | |
| tree | 3d9e5a26bc073ca3cc790a26e99dcb78dd2de083 | |
| parent | 6ad018f213e7b1ba198f0b6a03b5f443bbbcd830 (diff) | |
| download | poky-8a4c53ee762c1ee02ba282d265e12e733c81ce82.tar.gz | |
weston: require wayland as a distro feature
Weston will not configure successfully unless wayland
is a distro feature.
(From OE-Core rev: bc72eb17b74606514694a6655d65dab9b2ee96e8)
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-graphics/wayland/weston_10.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston_10.0.0.bb b/meta/recipes-graphics/wayland/weston_10.0.0.bb index fbb7927820..bebe95f69d 100644 --- a/meta/recipes-graphics/wayland/weston_10.0.0.bb +++ b/meta/recipes-graphics/wayland/weston_10.0.0.bb | |||
| @@ -22,7 +22,7 @@ UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | |||
| 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 | # weston-init requires pam enabled if started via systemd | 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 | REQUIRED_DISTRO_FEATURES = "wayland opengl ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'systemd', 'pam', '', d)}" |
| 26 | 26 | ||
| 27 | DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0" | 27 | DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0" |
| 28 | DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native" | 28 | DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native" |
