configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c6fdd34c16f415629222348631141c3e13af6d4a Author: Tor Lillqvist <t...@collabora.com> Date: Wed May 7 12:09:03 2014 +0300
Build libgltf for Android, too It won't be used for now, anyway, as libgltf is used only in avmedia and we don't build any avmedia for Android. But just to make sure the code stays portable. Change-Id: I7a4e5ee3d22f28a407d400a65a1704c23dcb1107 diff --git a/configure.ac b/configure.ac index f9f1ec5..7520ea9 100644 --- a/configure.ac +++ b/configure.ac @@ -10397,7 +10397,7 @@ dnl =================================================================== ENABLE_GLTF= AC_MSG_CHECKING([whether to enable glTF support]) -if test $_os != iOS -a $_os != Android -a "x$enable_gltf" != "xno"; then +if test $_os != iOS -a "x$enable_gltf" != "xno"; then ENABLE_GLTF=TRUE AC_MSG_RESULT([yes]) BUILD_TYPE="$BUILD_TYPE LIBGLTF" _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits