From 8ff917954773b293276c2eda31959acbecdc2421 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 20 Nov 2022 23:50:21 +0000 Subject: Add --font-variations option. --- meson.build | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 3071aed..ae49ba5 100644 --- a/meson.build +++ b/meson.build @@ -147,6 +147,13 @@ if wayland_client.version().version_compare('<1.20.0') ) endif +if harfbuzz.version().version_compare('<4.4.0') + add_project_arguments( + ['-DNO_HARFBUZZ_FONT_CHANGED=1'], + language: 'c' + ) +endif + # Generate the necessary Wayland headers / sources with wayland-scanner -- cgit v1.2.3