bluez: also install the dbus system service without systemd.
This commit is contained in:
parent
e43ebd7883
commit
81fe0feb62
2 changed files with 21 additions and 1 deletions
20
srcpkgs/bluez/patches/0002-bluetoothd-dbus-service.patch
Normal file
20
srcpkgs/bluez/patches/0002-bluetoothd-dbus-service.patch
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
--- Makefile.am.orig 2014-07-30 12:30:56.483179384 +0200
|
||||||
|
+++ Makefile.am 2014-07-30 12:31:30.858387791 +0200
|
||||||
|
@@ -39,14 +39,14 @@ conf_DATA =
|
||||||
|
|
||||||
|
statedir = $(localstatedir)/lib/bluetooth
|
||||||
|
state_DATA =
|
||||||
|
+
|
||||||
|
+dbussystembusdir = @DBUS_SYSTEMBUSDIR@
|
||||||
|
+dbussystembus_DATA = src/org.bluez.service
|
||||||
|
endif
|
||||||
|
|
||||||
|
if SYSTEMD
|
||||||
|
systemdsystemunitdir = @SYSTEMD_SYSTEMUNITDIR@
|
||||||
|
systemdsystemunit_DATA = src/bluetooth.service
|
||||||
|
-
|
||||||
|
-dbussystembusdir = @DBUS_SYSTEMBUSDIR@
|
||||||
|
-dbussystembus_DATA = src/org.bluez.service
|
||||||
|
endif
|
||||||
|
|
||||||
|
EXTRA_DIST += src/bluetooth.service.in src/org.bluez.service
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bluez'
|
# Template file for 'bluez'
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
version=5.21
|
version=5.21
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-udevdir=/usr/lib/udev
|
configure_args="--with-udevdir=/usr/lib/udev
|
||||||
--enable-pie --enable-threads --enable-library"
|
--enable-pie --enable-threads --enable-library"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue