diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-21 16:14:24 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-07-04 07:50:16 -0700 |
| commit | 7a6580f84a3be37d2b6af34c1ce99da32af4505b (patch) | |
| tree | e62be01fa740dc5a92d04e9cf8e1ebe9ff2d6be4 | |
| parent | c1c31b2aeef0ca160b53784e764e23e3c66eb17e (diff) | |
| download | poky-7a6580f84a3be37d2b6af34c1ce99da32af4505b.tar.gz | |
xwayland: Add missing libtirpc dependency
This was being pulled in through python by accident. It no longer needs
it but exposes this missing dependency.
(From OE-Core rev: cfc49bbb21bade1d6c5ea96759dabf0dac25f79b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-graphics/xwayland/xwayland_24.1.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xwayland/xwayland_24.1.6.bb b/meta/recipes-graphics/xwayland/xwayland_24.1.6.bb index 0774c1bbf5..c0b5dee4c0 100644 --- a/meta/recipes-graphics/xwayland/xwayland_24.1.6.bb +++ b/meta/recipes-graphics/xwayland/xwayland_24.1.6.bb | |||
| @@ -17,7 +17,7 @@ UPSTREAM_CHECK_REGEX = "xwayland-(?P<pver>\d+(\.(?!90\d)\d+)+)\.tar" | |||
| 17 | inherit meson features_check pkgconfig | 17 | inherit meson features_check pkgconfig |
| 18 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | 18 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
| 19 | 19 | ||
| 20 | DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libepoxy libxcvt" | 20 | DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libepoxy libxcvt libtirpc" |
| 21 | 21 | ||
| 22 | OPENGL_PKGCONFIGS = "glx glamor dri3" | 22 | OPENGL_PKGCONFIGS = "glx glamor dri3" |
| 23 | PACKAGECONFIG ??= "${XORG_CRYPTO} ${XWAYLAND_EI} \ | 23 | PACKAGECONFIG ??= "${XORG_CRYPTO} ${XWAYLAND_EI} \ |
