summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-03-13 10:47:02 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-03-13 10:47:02 +0000
commit5c97bd0491d619b044d4666aa837e6c09930d30d (patch)
tree01bd0f95c70e9be0ab329dec13b6471b03647496 /vars
parent0c008c649bca8529eca91888ce039b5fe48c4400 (diff)
downloadmidipix_build-5c97bd0491d619b044d4666aa837e6c09930d30d.tar.bz2
midipix_build-5c97bd0491d619b044d4666aa837e6c09930d30d.tar.xz
vars/build.vars:host_packages_deps: adds ncursesw_host as a dependency of python[23]_host (via midipix.)
Diffstat (limited to 'vars')
-rw-r--r--vars/build.vars11
1 files changed, 8 insertions, 3 deletions
diff --git a/vars/build.vars b/vars/build.vars
index 3c696b5c..a6a78efe 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -369,9 +369,9 @@ HOST_PACKAGES_DEPS_CONFIGURE_ARGS="--disable-nls --prefix=${PREFIX} --program-pr
HOST_PACKAGES_DEPS_LDFLAGS_CONFIGURE="-L${PREFIX}/lib";
HOST_PACKAGES_DEPS_MAKEFLAGS_INSTALL="PREFIX= prefix=";
HOST_PACKAGES_DEPS_PACKAGES="
-clzip_host cmake_host llvm_host clang_host libffi_host expat_host python2_host
-glib_host dbus_host dbus_glib_host gperf_host infounzip_host infozip_host
-intltool_host xz_host python3_host ruby_host tzdb_host";
+clzip_host cmake_host llvm_host clang_host libffi_host expat_host ncursesw_host
+python2_host glib_host dbus_host dbus_glib_host gperf_host infounzip_host
+infozip_host intltool_host xz_host python3_host ruby_host tzdb_host";
HOST_PACKAGES_DEPS_PREFIX="${PREFIX}";
: ${PKG_CLZIP_HOST_SHA256SUM:=e33506b4654b87ff1d5f02ce3db23363dd1a674c00625d799644f93628acac0f};
: ${PKG_CLZIP_HOST_VERSION:=1.10};
@@ -397,6 +397,11 @@ HOST_PACKAGES_DEPS_PREFIX="${PREFIX}";
: ${PKG_EXPAT_HOST_SHA256SUM:=d9dc32efba7e74f788fcc4f212a43216fc37cf5f23f4c2339664d473353aedf6};
: ${PKG_EXPAT_HOST_VERSION:=2.2.5};
: ${PKG_EXPAT_HOST_URL:=http://download.openpkg.org/components/cache/expat/expat-${PKG_EXPAT_HOST_VERSION}.tar.bz2};
+: ${PKG_NCURSESW_HOST_SHA256SUM:=f551c24b30ce8bfb6e96d9f59b42fbea30fa3a6123384172f9e7284bcf647260};
+: ${PKG_NCURSESW_HOST_VERSION:=6.0};
+: ${PKG_NCURSESW_HOST_URL:=https://ftp.gnu.org/gnu/ncurses/ncurses-${PKG_NCURSESW_HOST_VERSION}.tar.gz};
+: ${PKG_NCURSESW_HOST_CONFIGURE_ARGS_EXTRA:="--enable-pc-files --with-pkg-config-libdir=${PREFIX}/lib/pkgconfig --with-manpages --with-progs --with-shared --with-termlib --without-ada --without-tests --enable-widec --without-pthread"};
+: ${PKG_NCURSESW_HOST_INSTALL_FILES:=@ncursesw/ncurses.h=include/ncurses.h};
: ${PKG_PYTHON2_HOST_SHA256SUM:=18617d1f15a380a919d517630a9cd85ce17ea602f9bbdc58ddc672df4b0239db};
: ${PKG_PYTHON2_HOST_VERSION:=2.7.15};
: ${PKG_PYTHON2_HOST_URL:="https://www.python.org/ftp/python/${PKG_PYTHON2_HOST_VERSION}/Python-${PKG_PYTHON2_HOST_VERSION}.tgz"};