build for cordova an android is now optional, only if tools are available
This commit is contained in:
@@ -29,9 +29,12 @@ AX_BUILD_HTML
|
||||
#AX_CHECK_QT([QT], [QtCore QtGui QtNetwork], [QtWidgets])
|
||||
#AX_QT_NO_KEYWORDS
|
||||
|
||||
AC_CHECK_PROG(CORDOVA, [cordova android], [yes], [no],
|
||||
[${PATH}${PATH_SEPARATOR}${ANDROID_HOME}/tools])
|
||||
AM_CONDITIONAL(CORDOVA, [test ${CORDOVA} = "yes"])
|
||||
AC_CONFIG_FILES([html/index.html])
|
||||
AC_CONFIG_FILES([cordova/config.xml])
|
||||
AC_CONFIG_FILES([cordova/makefile])
|
||||
AC_CONFIG_FILES([cordova/config.xml])
|
||||
|
||||
# create output
|
||||
AC_OUTPUT
|
||||
|
Reference in New Issue
Block a user