[pango/move-fc: 1/4] tests: Link against libpangocairo
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/move-fc: 1/4] tests: Link against libpangocairo
- Date: Wed, 10 Jul 2019 01:53:42 +0000 (UTC)
commit 338019abab78a232dc13bfa4e973a140f8b8193c
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jul 9 21:49:50 2019 -0400
tests: Link against libpangocairo
Some tests were not having the right dependencies.
tests/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index ecff9430..814c33d6 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -21,8 +21,8 @@ tests = [
[ 'testboundaries_ucd' ],
[ 'testcolor' ],
[ 'testscript' ],
- [ 'cxx-test', [ 'cxx-test.cpp' ] ],
- [ 'test-break', [ 'test-break.c', 'test-common.c' ] ],
+ [ 'cxx-test', [ 'cxx-test.cpp' ], [ libpangocairo_dep ] ],
+ [ 'test-break', [ 'test-break.c', 'test-common.c' ], [libpangocairo_dep ] ],
]
if build_pangoft2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]