commit | 49ba211a9d4518ebba0c44e2d22946e23a2cead8 | [log] [tgz] |
---|---|---|
author | Tim-Philipp Müller <tim@centricular.com> | Mon Nov 12 15:36:27 2018 +0000 |
committer | Ebrahim Byagowi <ebrahim@gnu.org> | Wed Mar 11 19:18:57 2020 +0330 |
tree | bd018f24ab41b8fa245836570cbb0ab5bd2c60d1 | |
parent | c5f2e5e5abb9754460e9db37b54cd314b665a8d2 [diff] [blame] |
meson: add options to enable/disable various features And fix build without GLib. Fixes #2.
diff --git a/util/meson.build b/util/meson.build index 6a6220b..0c2e381 100644 --- a/util/meson.build +++ b/util/meson.build
@@ -57,4 +57,8 @@ link_with: [libharfbuzz], install: true, ) +else + # Disable tests that use this + hb_shape = disabler() + hb_subset = disabler() endif