浏览代码

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 <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>
Markus Volk 3 周之前
父节点
当前提交
c97e3e21d6
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb

+ 2 - 0
meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb

@@ -17,3 +17,5 @@ FILES:${PN} = " \
     ${libdir}/libxcvt.so.0* \
     ${bindir}/cvt \
 "
+
+BBCLASSEXTEND = "native"