From cf414b2d8e67631f167756d96a49c7a1f2ad158f Mon Sep 17 00:00:00 2001 From: Wang Zhijiang Date: Mon, 25 Aug 2025 15:42:51 +0800 Subject: [PATCH] xwayland: resolve dependency issue by adding rpc - Fix build failure caused by missing 'libtirpc' dependency by adding it to xwayland build requirements. Signed-off-by: Wang Zhijiang --- meta-openeuler/recipes-graphics/xwayland/xwayland_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-openeuler/recipes-graphics/xwayland/xwayland_%.bbappend b/meta-openeuler/recipes-graphics/xwayland/xwayland_%.bbappend index 7eaef8dacf0..5675001b2bd 100644 --- a/meta-openeuler/recipes-graphics/xwayland/xwayland_%.bbappend +++ b/meta-openeuler/recipes-graphics/xwayland/xwayland_%.bbappend @@ -14,3 +14,5 @@ SRC_URI:prepend = "file://${BP}.tar.xz \ file://0010-fix-CVE-2024-0229-3.patch \ file://0011-fix-CVE-2024-31083.patch \ " + +DEPENDS += "libtirpc" -- Gitee