From 120de8f9cbef44a0c26d767ca67f5457c3d7f8a0 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sat, 18 Dec 2021 13:59:49 +0000 Subject: ; * configure.ac: Add missing object to Haiku cairo build --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index df9bde6f20d..c00233edecb 100644 --- a/configure.ac +++ b/configure.ac @@ -5855,7 +5855,7 @@ fi if test "${HAVE_BE_APP}" = "yes" ; then if test "${HAVE_CAIRO}" = "yes"; then - FONT_OBJ="$FONT_OBJ ftcrfont.o" + FONT_OBJ="$FONT_OBJ ftfont.o ftcrfont.o" fi fi -- cgit v1.2.3