emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 120de8f: ; * configure.ac: Add missing object to Haiku cairo buil


From: Po Lu
Subject: master 120de8f: ; * configure.ac: Add missing object to Haiku cairo build
Date: Sat, 18 Dec 2021 09:01:33 -0500 (EST)

branch: master
commit 120de8f9cbef44a0c26d767ca67f5457c3d7f8a0
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * 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 df9bde6..c00233e 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]