diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-11-11 11:05:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-11 17:09:16 +0000 |
commit | 7d88111fab70a55b5e45b5d6d27781fc957c8c6b (patch) | |
tree | 7de282280e21843301b5405e5775e5b70ade63b5 /meta | |
parent | 9f4df8fa58c2c7b3a1bf1e697b6160e88874e878 (diff) | |
download | poky-7d88111fab70a55b5e45b5d6d27781fc957c8c6b.tar.gz |
xserver-xorg: add missing libtirpc dependency
This wasn't a problem in poky, but was exposed with a nodistro build.
(From OE-Core rev: 0afc9fdb93bb62a78ec6d3aaf870587f52c5a7a4)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 4a7048aced..71c934ef38 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | |||
@@ -28,7 +28,7 @@ inherit meson pkgconfig | |||
28 | inherit features_check | 28 | inherit features_check |
29 | REQUIRED_DISTRO_FEATURES = "x11" | 29 | REQUIRED_DISTRO_FEATURES = "x11" |
30 | 30 | ||
31 | LIB_DEPS = "pixman libxfont2 xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess libxcvt" | 31 | LIB_DEPS = "pixman libxfont2 xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess libxcvt libtirpc" |
32 | DEPENDS = "xorgproto ${LIB_DEPS} font-util" | 32 | DEPENDS = "xorgproto ${LIB_DEPS} font-util" |
33 | 33 | ||
34 | # Split out some modules and extensions from the main package | 34 | # Split out some modules and extensions from the main package |