From: Markus Volk Date: Tue, 13 May 2025 06:27:17 +0000 (+0200) Subject: libxcvt: allow native build X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b06a88a2c1cc704dad1aacfecc9bab662f3dc7d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Markus Volk Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- 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"