]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libxcvt: allow native build
authorMarkus Volk <f_l_k@t-online.de>
Tue, 13 May 2025 06:27:17 +0000 (08:27 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 May 2025 09:54:58 +0000 (10:54 +0100)
'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 <f_l_k@t-online.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb

index 91537b0f4baf211750eb4cffa732d763bd02d965..08194e4815925d41ed4b4e1133c40e4a7331e868 100644 (file)
@@ -17,3 +17,5 @@ FILES:${PN} = " \
     ${libdir}/libxcvt.so.0* \
     ${bindir}/cvt \
 "
+
+BBCLASSEXTEND = "native"