wok-next rev 19926
libftdi: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 14 23:39:37 2017 +0200 (2017-10-14) |
parents | 10865ec1261c |
children | dba630a8d980 |
files | libftdi/receipt |
line diff
1.1 --- a/libftdi/receipt Sat Oct 14 23:27:36 2017 +0200 1.2 +++ b/libftdi/receipt Sat Oct 14 23:39:37 2017 +0200 1.3 @@ -11,12 +11,11 @@ 1.4 WGET_URL="http://www.intra2net.com/en/developer/libftdi/download/$TARBALL" 1.5 1.6 DEPENDS="glibc-base libusb libusb-compat gcc-lib-base" 1.7 -BUILD_DEPENDS="slitaz-toolchain libusb-dev libusb libusb-compat-dev" 1.8 +BUILD_DEPENDS="slitaz-toolchain libusb-dev libusb libusb-compat-dev udev-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 - cd $src 1.14 ./configure \ 1.15 --prefix=/usr \ 1.16 $CONFIGURE_ARGS &&