pkgbuild: we do not support Bluez.

Took me hours to find out, thanks jetlag... We need to force dependencies on bluez4.
I hope other distribution will get that to. Maybe we should check daemon version
somehow in our module.
This commit is contained in:
Cedric BAIL 2014-06-16 04:53:16 +02:00
parent 6dea120471
commit 6f5a80b478
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64' 'arm')
url="http://www.enlightenment.org"
license=('BSD')
depends=('elementary' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs' 'bluez4')
optdepends=('connman: network module'
'acpid: power events on laptop lid close'
'gdb: create backtraces on crash')