wok rev 22909
task: added build dependency libunistring-dev
author | Hans-G?nter Theisgen |
---|---|
date | Mon Feb 24 07:33:52 2020 +0100 (2020-02-24) |
parents | 1f9fe1783d99 |
children | 9dd87341758e |
files | task/receipt |
line diff
1.1 --- a/task/receipt Mon Feb 24 07:26:52 2020 +0100 1.2 +++ b/task/receipt Mon Feb 24 07:33:52 2020 +0100 1.3 @@ -12,8 +12,10 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="${WEB_SITE}download/$TARBALL" 1.6 1.7 -DEPENDS="gcc83-lib-base libgnutls ncurses util-linux-uuid" 1.8 -BUILD_DEPENDS="cmake gcc83 libgnutls gnutls-dev ncurses-dev util-linux-uuid-dev" 1.9 +DEPENDS="gcc83-lib-base libgnutls libunistring ncurses 1.10 + util-linux-uuid" 1.11 +BUILD_DEPENDS="cmake gcc83 gnutls-dev libgnutls libunistring-dev 1.12 + ncurses-dev util-linux-uuid-dev" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules()