diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-06-12 18:26:14 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-12 18:26:14 -0300 |
commit | c724226831007df299332430df5da25a1ac320f5 (patch) | |
tree | 641c725cd00108107eea2e73b2427d56a54aba35 | |
parent | 9d5fa3214065f3d9b342b412762424724511372e (diff) | |
parent | fafe47ced6672c68d8a3b0e6c5eac6fdaaa71ff9 (diff) | |
download | meta-freescale-master.tar.gz |
xwayland: add missing libtirpc dependency
-rw-r--r-- | recipes-graphics/xwayland/xwayland_24.1.6.imx.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/xwayland/xwayland_24.1.6.imx.bb b/recipes-graphics/xwayland/xwayland_24.1.6.imx.bb index 9d8b49dc..36d5cb72 100644 --- a/recipes-graphics/xwayland/xwayland_24.1.6.imx.bb +++ b/recipes-graphics/xwayland/xwayland_24.1.6.imx.bb | |||
@@ -25,7 +25,7 @@ UPSTREAM_CHECK_REGEX = "xwayland-(?P<pver>\d+(\.(?!90\d)\d+)+)\.tar" | |||
25 | inherit meson features_check pkgconfig | 25 | inherit meson features_check pkgconfig |
26 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | 26 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
27 | 27 | ||
28 | DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libepoxy libxcvt" | 28 | DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libepoxy libxcvt libtirpc" |
29 | 29 | ||
30 | OPENGL_PKGCONFIGS = "glx glamor dri3" | 30 | OPENGL_PKGCONFIGS = "glx glamor dri3" |
31 | PACKAGECONFIG ??= "${XORG_CRYPTO} ${XWAYLAND_EI} \ | 31 | PACKAGECONFIG ??= "${XORG_CRYPTO} ${XWAYLAND_EI} \ |