]> git.eshelyaron.com Git - emacs.git/commitdiff
; * configure.ac: Add missing object to Haiku cairo build
authorPo Lu <luangruo@yahoo.com>
Sat, 18 Dec 2021 13:59:49 +0000 (13:59 +0000)
committerPo Lu <luangruo@yahoo.com>
Sat, 18 Dec 2021 13:59:49 +0000 (13:59 +0000)
configure.ac

index df9bde6f20d51499db5d1f2a4b577751924f5e60..c00233edecbf0967bd36a40b5db466314a3ca203 100644 (file)
@@ -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