diff mbox series

Xwayland needs dependency to libtirpc

Message ID 20230613.075026.1966738183818033649.kimoto@ohnolab.org
State New
Headers show
Series Xwayland needs dependency to libtirpc | expand

Commit Message

Masahiko KIMOTO June 12, 2023, 10:50 p.m. UTC
Hi all, I'm new to this list.

On kirkstone branch, xwayland needs DEPENDS to libtirpc.

As I checked, newer than kirkstone master branch, needs to add it to DEPENDS,
as like to kirkstone.

A small patch for kirkstone is attached in this mail.

Regards,

----------------------------------------------------------------------
木本 雅彦 /  Masahiko Kimoto, Ph.D.
E-mail: kimoto@ohnolab.org        URL: http://www.ohnolab.org/~kimoto

Comments

Alexander Kanavin June 13, 2023, 9:41 a.m. UTC | #1
Hello Masahiko,

before this change is considered and applied, we need to understand
the problem better. What are you observing when libtirpc is not in
DEPENDS? Is it a build time problem or a runtime problem, and how does
it look like? Can you describe how it can be reproduced by other
people?

Alex

On Tue, 13 Jun 2023 at 00:50, Masahiko Kimoto <kimoto@ohnolab.org> wrote:
>
> Hi all, I'm new to this list.
>
> On kirkstone branch, xwayland needs DEPENDS to libtirpc.
>
> As I checked, newer than kirkstone master branch, needs to add it to DEPENDS,
> as like to kirkstone.
>
> A small patch for kirkstone is attached in this mail.
>
> Regards,
>
> ----------------------------------------------------------------------
> 木本 雅彦 /  Masahiko Kimoto, Ph.D.
> E-mail: kimoto@ohnolab.org        URL: http://www.ohnolab.org/~kimoto
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#182686): https://lists.openembedded.org/g/openembedded-core/message/182686
> Mute This Topic: https://lists.openembedded.org/mt/99494716/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xwayland/xwayland_22.1.8.bb b/meta/recipes-graphics/xwayland/xwayland_22.1.8.bb
index 6919ba421b..dac0ae1fa2 100644
--- a/meta/recipes-graphics/xwayland/xwayland_22.1.8.bb
+++ b/meta/recipes-graphics/xwayland/xwayland_22.1.8.bb
@@ -17,7 +17,7 @@  UPSTREAM_CHECK_REGEX = "xwayland-(?P<pver>\d+(\.(?!90\d)\d+)+)\.tar"
 inherit meson features_check pkgconfig
 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"
 PACKAGECONFIG ??= "${XORG_CRYPTO} \