bluez: also install the dbus system service without systemd.
This commit is contained in:
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"
|
||||||
|
Reference in New Issue
Block a user