summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-06-21 16:14:24 +0000
committerSteve Sakoman <steve@sakoman.com>2025-07-04 07:50:16 -0700
commit7a6580f84a3be37d2b6af34c1ce99da32af4505b (patch)
treee62be01fa740dc5a92d04e9cf8e1ebe9ff2d6be4
parentc1c31b2aeef0ca160b53784e764e23e3c66eb17e (diff)
downloadpoky-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.bb2
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"
17inherit meson features_check pkgconfig 17inherit meson features_check pkgconfig
18REQUIRED_DISTRO_FEATURES = "x11 opengl" 18REQUIRED_DISTRO_FEATURES = "x11 opengl"
19 19
20DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libepoxy libxcvt" 20DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libepoxy libxcvt libtirpc"
21 21
22OPENGL_PKGCONFIGS = "glx glamor dri3" 22OPENGL_PKGCONFIGS = "glx glamor dri3"
23PACKAGECONFIG ??= "${XORG_CRYPTO} ${XWAYLAND_EI} \ 23PACKAGECONFIG ??= "${XORG_CRYPTO} ${XWAYLAND_EI} \