diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-01-02 23:46:37 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-01-03 12:18:18 -0500 |
commit | ade33c6e1450aecea17fbeabf11dd2ff1c9e0760 (patch) | |
tree | fbf2e8e35854d889f59cd425424d1fa057b08a39 /meson.build | |
parent | 15f8b2d0ae9df43df6f2ad0b0e0bad8e391caf22 (diff) | |
download | gtk+-ade33c6e1450aecea17fbeabf11dd2ff1c9e0760.tar.gz |
Add font features on the tweak page
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 1288caa8e0..29d041599e 100644 --- a/meson.build +++ b/meson.build @@ -346,6 +346,9 @@ else platform_gio_dep = giounix_dep endif +cdata.set('HAVE_HARFBUZZ', harfbuzz_dep.found()) +cdata.set('HAVE_PANGOFT', pangoft_dep.found()) + backend_immodules = [] pc_gdk_extra_libs = [] |