wok-6.x rev 14375
bluez: patch tools/
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 21 21:21:11 2013 +0200 (2013-04-21) |
parents | 106571b55561 |
children | a7f918cb00d1 |
files | bluez/receipt |
line diff
1.1 --- a/bluez/receipt Sun Apr 21 20:50:14 2013 +0200 1.2 +++ b/bluez/receipt Sun Apr 21 21:21:11 2013 +0200 1.3 @@ -12,13 +12,14 @@ 1.4 TAGS="bluetooth" 1.5 1.6 DEPENDS="linux-bluetooth alsa-lib glib dbus pygobject dbus-python" 1.7 -BUILD_DEPENDS="alsa-lib-dev dbus-dev glib-dev libusb-dev pkg-config" 1.8 +BUILD_DEPENDS="alsa-lib-dev dbus-dev glib-dev libusb-dev pkg-config libusb-compat" 1.9 1.10 # Rules to configure and make the package. 1.11 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 + sed -i 's/NEED_USB/xx&/' tools/*.c 1.16 ./configure \ 1.17 --prefix=/usr \ 1.18 --sysconfdir=/etc \