From c97e3e21d6c8f670da8814d922c2ce8faa7a8611 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 13 May 2025 08:27:17 +0200 Subject: [PATCH] libxcvt: allow native build 'mutter' requires the 'cvt' binary at compile time to build the native backend For this it depends on xserver-xorg-cvt-native, which is currently broken and also deprecated. [https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/637] This commit would allow to use libxcvt-native to provide the needed binary instead. (From OE-Core rev: 4b06a88a2c1cc704dad1aacfecc9bab662f3dc7d) Signed-off-by: Markus Volk Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb b/meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb index 91537b0f4b..08194e4815 100644 --- a/meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb @@ -17,3 +17,5 @@ FILES:${PN} = " \ ${libdir}/libxcvt.so.0* \ ${bindir}/cvt \ " + +BBCLASSEXTEND = "native"