diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-09 10:47:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-09 17:43:41 +0100 |
commit | 4e9458ef29249ab0e1afb195ff934fe48db205af (patch) | |
tree | f6b63849ef87dc850ce89eaed5f80075665400b1 | |
parent | d78a0ab8df63fa50e7325acbe4eed1c1d3435fbd (diff) | |
download | poky-4e9458ef29249ab0e1afb195ff934fe48db205af.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: 6334fac0a0b0783298957e2ccbe3a27490f7da09)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 350b8e93cc..540ec100bd 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} \ |