From 33e0471055c2dcbe0130a9acbc87598e9e6b3d23 Mon Sep 17 00:00:00 2001 From: LordDoctors Date: Wed, 15 Feb 2017 14:02:02 -0500 Subject: [PATCH] bluez: Add a install message for the bluetooth group --- srcpkgs/bluez/INSTALL.msg | 1 + srcpkgs/bluez/template | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/bluez/INSTALL.msg diff --git a/srcpkgs/bluez/INSTALL.msg b/srcpkgs/bluez/INSTALL.msg new file mode 100644 index 00000000000..d253e9cf502 --- /dev/null +++ b/srcpkgs/bluez/INSTALL.msg @@ -0,0 +1 @@ +You need to be in the bluetooth group to be able to modify the bluetooth state! diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template index 315232ebaa0..b222cad7b8a 100644 --- a/srcpkgs/bluez/template +++ b/srcpkgs/bluez/template @@ -1,7 +1,7 @@ # Template file for 'bluez' pkgname=bluez version=5.43 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-udevdir=/usr/lib/udev --disable-systemd --enable-pie --enable-threads --enable-library"