diff options
author | Simon McVittie <smcv@debian.org> | 2022-02-16 11:40:01 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2022-02-16 11:50:57 +0000 |
commit | 9ed71d311c0832363569fb327d6c153821068889 (patch) | |
tree | 798c1faa42c81b9f71a528bb1f675284d57c45a8 /tests | |
parent | 8c48207a1fc645acb38ef3a69fc8a9fb1bf048d3 (diff) | |
download | pango-9ed71d311c0832363569fb327d6c153821068889.tar.gz |
tests: Install DejaVuSans-Bold.ttf for use by installed-tests
f494181f added this but didn't install it. Related to #648.
Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build index 83732b5a..84fe3370 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -130,6 +130,7 @@ installed_test_layouts_data = [ installed_test_fonts_data = [ 'fonts/amiri-06dd.ttf', 'fonts/Cantarell-VF.otf', + 'fonts/DejaVuSans-Bold.ttf', 'fonts/DejaVuSansMono.ttf', 'fonts/DejaVuSans.ttf', 'fonts/droid-sans-subset.ttf', |