bluez: also install the dbus system service without systemd.

This commit is contained in:
Juan RP 2014-07-30 12:33:17 +02:00
parent e43ebd7883
commit 81fe0feb62
2 changed files with 21 additions and 1 deletions

View 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

View file

@ -1,7 +1,7 @@
# Template file for 'bluez'
pkgname=bluez
version=5.21
revision=3
revision=4
build_style=gnu-configure
configure_args="--with-udevdir=/usr/lib/udev
--enable-pie --enable-threads --enable-library"