diff options
| author | sfan5 <sfan5@live.de> | 2023-03-05 15:10:44 +0100 |
|---|---|---|
| committer | sfan5 <sfan5@live.de> | 2023-04-08 20:19:35 +0200 |
| commit | 9d736e8b8baeeacad9cfa94edd18adfcaf000029 (patch) | |
| tree | 6799a199edaeb82481edea6f101dc744b4507e9f /android | |
| parent | c26e122485a7180edf434c0c1211713ff377d6d7 (diff) | |
| download | minetest-9d736e8b8baeeacad9cfa94edd18adfcaf000029.tar.xz | |
Drop ENABLE_GLES option
ENABLE_GLES predates forking Irrlicht. Its primary use was to distinguish Irrlicht-ogles from upstream version as Minetest could be compiled with either.
That's not necessary anymore and gets in the way sometimes.
Diffstat (limited to 'android')
| -rw-r--r-- | android/native/jni/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/native/jni/Android.mk b/android/native/jni/Android.mk index b2a8b3d6a..474dbd50c 100644 --- a/android/native/jni/Android.mk +++ b/android/native/jni/Android.mk @@ -103,7 +103,6 @@ LOCAL_MODULE := Minetest LOCAL_CFLAGS += \ -DJSONCPP_NO_LOCALE_SUPPORT \ -DHAVE_TOUCHSCREENGUI \ - -DENABLE_GLES=1 \ -DUSE_CURL=1 \ -DUSE_SOUND=1 \ -DUSE_LEVELDB=0 \ |
