mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
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>
This commit is contained in:
committed by
Steve Sakoman
parent
c1c31b2aee
commit
7a6580f84a
@@ -17,7 +17,7 @@ UPSTREAM_CHECK_REGEX = "xwayland-(?P<pver>\d+(\.(?!90\d)\d+)+)\.tar"
|
|||||||
inherit meson features_check pkgconfig
|
inherit meson features_check pkgconfig
|
||||||
REQUIRED_DISTRO_FEATURES = "x11 opengl"
|
REQUIRED_DISTRO_FEATURES = "x11 opengl"
|
||||||
|
|
||||||
DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libepoxy libxcvt"
|
DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libepoxy libxcvt libtirpc"
|
||||||
|
|
||||||
OPENGL_PKGCONFIGS = "glx glamor dri3"
|
OPENGL_PKGCONFIGS = "glx glamor dri3"
|
||||||
PACKAGECONFIG ??= "${XORG_CRYPTO} ${XWAYLAND_EI} \
|
PACKAGECONFIG ??= "${XORG_CRYPTO} ${XWAYLAND_EI} \
|
||||||
|
|||||||
Reference in New Issue
Block a user