Message ID | 20250513062717.289665-1-f_l_k@t-online.de |
---|---|
State | New |
Headers | show |
Series | libxcvt: allow native build | expand |
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"
'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> --- meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb | 2 ++ 1 file changed, 2 insertions(+)