wok rev 12187
ola: use ncurses not ncursesw
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 25 22:21:01 2012 +0200 (2012-03-25) |
parents | 7efe0d7f12d4 |
children | a4f598c02a37 |
files | ola/receipt |
line diff
1.1 --- a/ola/receipt Sun Mar 25 22:12:04 2012 +0200 1.2 +++ b/ola/receipt Sun Mar 25 22:21:01 2012 +0200 1.3 @@ -10,9 +10,9 @@ 1.4 WGET_URL="http://linux-lighting.googlecode.com/files/$TARBALL" 1.5 1.6 DEPENDS="protobuf cppunit libmicrohttpd gnutls libusb \ 1.7 -util-linux-ng-uuid ncursesw" 1.8 +util-linux-ng-uuid ncurses" 1.9 BUILD_DEPENDS="protobuf-dev util-linux-ng-uuid-dev cppunit-dev \ 1.10 -libmicrohttpd-dev zlib-dev gnutls-dev libusb-dev flex ncursesw-dev" 1.11 +libmicrohttpd-dev zlib-dev gnutls-dev libusb-dev flex ncurses-dev" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules()