diff options
author | Anton Lundin <glance@acc.umu.se> | 2015-07-01 17:08:36 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-01 09:00:48 -0700 |
commit | d880040d0a487a8da104a44d574db5c947a734f3 (patch) | |
tree | b177fa66dd26c0f81612b6e19783a418ff19b765 /android.cpp | |
parent | c3f6fcb0bfd4e66f77dbc9daee442fbd5dc7e003 (diff) | |
download | subsurface-d880040d0a487a8da104a44d574db5c947a734f3.tar.gz |
Introduce CMake support for building for Android
This is the first step to be able to build Subsurface with CMake for
Android.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'android.cpp')
-rw-r--r-- | android.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android.cpp b/android.cpp index 0bb7db020..0b4aadb27 100644 --- a/android.cpp +++ b/android.cpp @@ -26,6 +26,9 @@ bool subsurface_ignore_font(const char *font) return false; } +void subsurface_user_info(struct user_info *user) +{ /* Encourage use of at least libgit2-0.20 */ } + const char *system_default_filename(void) { /* Replace this when QtCore/QStandardPaths getExternalStorageDirectory landed */ |