Skip to content

Commit 5c78037

Browse files
committed
Add missing library for pango_font_info_test
Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent 43b8d74 commit 5c78037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1429,7 +1429,7 @@ pagesegmode_test_LDADD = $(TRAINING_LIBS) $(LEPTONICA_LIBS)
14291429
pango_font_info_test_SOURCES = unittest/pango_font_info_test.cc
14301430
pango_font_info_test_CPPFLAGS = $(unittest_CPPFLAGS)
14311431
pango_font_info_test_LDADD = $(TRAINING_LIBS) $(LEPTONICA_LIBS)
1432-
pango_font_info_test_LDADD += $(ICU_I18N_LIBS)
1432+
pango_font_info_test_LDADD += $(ICU_I18N_LIBS) $(ICU_UC_LIBS)
14331433
pango_font_info_test_LDADD += $(pangocairo_LIBS)
14341434
pango_font_info_test_LDADD += $(pangoft2_LIBS)
14351435

0 commit comments

Comments
 (0)