summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build7
1 files changed, 7 insertions, 0 deletions
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