aboutsummaryrefslogtreecommitdiff
path: root/android/native/jni
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2022-01-08 14:53:25 +0100
committerGitHub <noreply@github.com>2022-01-08 14:53:25 +0100
commit76dbd0d2d04712dcad4f7c6afecb97fa8d662d6d (patch)
tree248b907d2abeda0166d992bfb7b74b61cfe96d8a /android/native/jni
parentbf22569019749e421e8ffe0a73cff988a9a9c846 (diff)
downloadhax-minetest-server-76dbd0d2d04712dcad4f7c6afecb97fa8d662d6d.tar.gz
hax-minetest-server-76dbd0d2d04712dcad4f7c6afecb97fa8d662d6d.zip
Fully remove bitmap font support (#11863)
Freetype is now a build requirement.
Diffstat (limited to 'android/native/jni')
-rw-r--r--android/native/jni/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/native/jni/Android.mk b/android/native/jni/Android.mk
index 85c13bfb3..f8ca74d3c 100644
--- a/android/native/jni/Android.mk
+++ b/android/native/jni/Android.mk
@@ -91,7 +91,6 @@ LOCAL_CFLAGS += \
-DENABLE_GLES=1 \
-DUSE_CURL=1 \
-DUSE_SOUND=1 \
- -DUSE_FREETYPE=1 \
-DUSE_LEVELDB=0 \
-DUSE_LUAJIT=1 \
-DUSE_GETTEXT=1 \