emacs-diffs
[Top][All Lists]
Advanced

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

feature/android 8dbfb924b6 7/8: * configure.ac (ANDROID_OBJS): Add sfntf


From: Po Lu
Subject: feature/android 8dbfb924b6 7/8: * configure.ac (ANDROID_OBJS): Add sfntfont files.
Date: Sun, 8 Jan 2023 02:50:57 -0500 (EST)

branch: feature/android
commit 8dbfb924b6d4b69ff3a8e2d1d02583833c1d2293
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    * configure.ac (ANDROID_OBJS): Add sfntfont files.
---
 configure.ac | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b223d845be..fa242589b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2233,7 +2233,8 @@ CM_OBJ="cm.o"
 if test "${ANDROID}" = "yes"; then
   window_system=android
   no_x=yes
-  ANDROID_OBJ="androidterm.o androidfns.o androidfont.o android.o"
+  ANDROID_OBJ="androidterm.o androidfns.o androidfont.o androidmenu.o"
+  ANDROID_OBJ="$ANDROID_OBJ android.o"
   ANDROID_LIBS=
   CM_OBJ=
 
@@ -2251,6 +2252,10 @@ for Android, but all API calls need to be stubbed out])
 
     # Link with libraries required for Android support.
     ANDROID_LIBS="-landroid -llog -ljnigraphics"
+
+    # Link with the sfnt font library and sfntfont.o, along with
+    # sfntfont-android.o.
+    ANDROID_OBJ="sfnt.o sfntfont.o sfntfont-android.o"
   fi
 fi
 



reply via email to

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