diff options
author | Markus Volk <f_l_k@t-online.de> | 2025-05-13 08:27:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-15 10:55:26 +0100 |
commit | c97e3e21d6c8f670da8814d922c2ce8faa7a8611 (patch) | |
tree | c7771d59791b46ba61e6fe13be95716fb585e460 | |
parent | d74ff59aa8050b9b477b006c60976992dabbd97d (diff) | |
download | poky-c97e3e21d6c8f670da8814d922c2ce8faa7a8611.tar.gz |
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>
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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} = " \ | |||
17 | ${libdir}/libxcvt.so.0* \ | 17 | ${libdir}/libxcvt.so.0* \ |
18 | ${bindir}/cvt \ | 18 | ${bindir}/cvt \ |
19 | " | 19 | " |
20 | |||
21 | BBCLASSEXTEND = "native" | ||