Skip to content
Snippets Groups Projects
Verified Commit 69120597 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

system/ncurses: Add dependency for cross-build

The bootstrap environment needs `tic` available to create the terminfo
database for the target environment.
parent 4c20fd1c
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ arch="all"
options="!check" # "tests" are actual demo programs, not a test suite.
license="MIT"
depends=""
makedepends_build="ncurses"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-libs
$pkgname-terminfo-base:base:noarch $pkgname-terminfo:terminfo:noarch"
source="https://invisible-mirror.net/archives/ncurses/current/$pkgname-$pkgver-$_ver.tgz"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment