[gtk/color-glyph-fixes: 6/6] Bump the harfbuzz dep
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/color-glyph-fixes: 6/6] Bump the harfbuzz dep
- Date: Sat, 31 Jul 2021 20:08:04 +0000 (UTC)
commit 0ca20c7b5a3d6eeb116cbe5e4e1bd6b28b22e861
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jul 31 15:22:49 2021 -0400
Bump the harfbuzz dep
We need 2.1.0, which has the hb_ot_color apis we use.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 5a19806e55..f2aef2f646 100644
--- a/meson.build
+++ b/meson.build
@@ -396,7 +396,7 @@ pixbuf_dep = dependency('gdk-pixbuf-2.0', version: gdk_pixbuf_req,
default_options: ['png=enabled', 'jpeg=enabled', 'builtin_loaders=png,jpeg',
'man=false'])
epoxy_dep = dependency('epoxy', version: epoxy_req,
fallback: ['libepoxy', 'libepoxy_dep'])
-harfbuzz_dep = dependency('harfbuzz', version: '>= 0.9', required: false,
+harfbuzz_dep = dependency('harfbuzz', version: '>= 2.1.0', required: false,
fallback: ['harfbuzz', 'libharfbuzz_dep'],
default_options: ['coretext=enabled'])
xkbdep = dependency('xkbcommon', version: xkbcommon_req, required: wayland_enabled)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]