Fix json-glib build and bump kakoune and mbedtls on CI

This commit is contained in:
Butta 2020-09-03 01:06:30 +05:30
parent a9f1b36e73
commit d0d2c647d3
3 changed files with 2 additions and 8 deletions

View File

@ -13,9 +13,3 @@ share/installed-tests
libexec/installed-tests
bin/
"
termux_step_pre_configure() {
#Remove configure wrapper around meson build which prevents
# meson setup in termux_step_configure.
rm configure
}

View File

@ -6,7 +6,7 @@ TERMUX_PKG_SRCURL=https://github.com/mawww/kakoune/releases/download/v$TERMUX_PK
TERMUX_PKG_SHA256=861a89c56b5d0ae39628cb706c37a8b55bc289bfbe3c72466ad0e2757ccf0175
TERMUX_PKG_DEPENDS="libc++, ncurses"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_MAKE_ARGS=" -C src debug=no "
TERMUX_PKG_EXTRA_MAKE_ARGS=" -C src debug=no"
termux_step_create_debscripts() {
cat <<- EOF > ./postinst

View File

@ -12,4 +12,4 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DUSE_SHARED_MBEDTLS_LIBRARY=ON
-DENABLE_TESTING=OFF
-DENABLE_PROGRAMS=OFF
"
"