From 6f5a80b4787d07d7a2023f0b9ebf6997a6d97266 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 16 Jun 2014 04:53:16 +0200 Subject: [PATCH] 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. --- pkgbuild/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgbuild/PKGBUILD b/pkgbuild/PKGBUILD index 2ce928d5c..6905e1692 100644 --- a/pkgbuild/PKGBUILD +++ b/pkgbuild/PKGBUILD @@ -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')