diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-05-12 17:03:13 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-13 10:29:21 +0100 |
| commit | b2350d6193f1f5cd0d4573dce76c1a83c9a1a24f (patch) | |
| tree | 0da41c19440733e18b81853fd0f161a009e36bef /meta/recipes-graphics/xorg-lib | |
| parent | fb6533178a2dd4d8c456ea954925328a195efbfb (diff) | |
| download | poky-b2350d6193f1f5cd0d4573dce76c1a83c9a1a24f.tar.gz | |
libxft: upgrade 2.3.8 -> 2.3.9
Changelog:
==========
- manpage formatting-fixes
- meson: Add option to build with meson
- Require xproto >= 7.0.22 for _X_UNUSED
- Remove support for building with pre-C89 versions of C
- Remove support for building with pre-X11R7 versions of X
- fix potential buffer overrun in _XftGlyphDefault
- issue 21: remove redundant/out-of-place prototype for XftNameUnparse
- build-fix for older versions of freetype2: FT_HAS_SVG was added late in 2021
- issue 19: Problem loading "SourceCodePro-Regular" font in Fedora
(From OE-Core rev: 29fb884f0160496bc2ede2cb168a206cac1a46c6)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxft_2.3.9.bb (renamed from meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb b/meta/recipes-graphics/xorg-lib/libxft_2.3.9.bb index 2699c1dfd7..0b7c736451 100644 --- a/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb +++ b/meta/recipes-graphics/xorg-lib/libxft_2.3.9.bb | |||
| @@ -20,7 +20,7 @@ PROVIDES = "xft" | |||
| 20 | 20 | ||
| 21 | PE = "1" | 21 | PE = "1" |
| 22 | 22 | ||
| 23 | SRC_URI[sha256sum] = "5e8c3c4bc2d4c0a40aef6b4b38ed2fb74301640da29f6528154b5009b1c6dd49" | 23 | SRC_URI[sha256sum] = "60a25b78945ed6932635b3bb1899a517d31df7456e69867ffba27f89ff3976f5" |
| 24 | 24 | ||
| 25 | XORG_PN = "libXft" | 25 | XORG_PN = "libXft" |
| 26 | 26 | ||
