diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-10-02 20:12:22 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-10-02 20:12:22 -0400 |
commit | 48875108896b34233cdb727ccfe8a25cbc16e311 (patch) | |
tree | c9029c5fd7d28b242de1b7d0b0bbcad66105d916 /tests/meson.build | |
parent | 46305bf1c6893bc1169bdff450f46e814027a621 (diff) | |
download | pango-48875108896b34233cdb727ccfe8a25cbc16e311.tar.gz |
tests: Don't add four.break twicefour-but-only-once
As pointed out by Werner Lemberg, we were adding
four.break twice if libthai is used.
Fixes: #508
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build index b962a758..ba96ac2c 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -95,7 +95,6 @@ test_breaks_data = [ 'breaks/one', 'breaks/two', 'breaks/three', - 'breaks/four', ] if thai_dep.found() |