summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2021-12-18 13:59:49 +0000
committerPo Lu <luangruo@yahoo.com>2021-12-18 13:59:49 +0000
commit120de8f9cbef44a0c26d767ca67f5457c3d7f8a0 (patch)
tree305d4cf22ba5099d5e00b3e5497f156206584a3b
parenta1eb71413d107196490425de9b3929d001d775cb (diff)
downloademacs-120de8f9cbef44a0c26d767ca67f5457c3d7f8a0.tar.gz
; * configure.ac: Add missing object to Haiku cairo build
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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