summaryrefslogtreecommitdiff
path: root/user/bluez/dbus-without-systemd.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-27 17:54:58 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-27 17:55:16 +0000
commit703c2222fc2d9ad94a23668b5c6328b02f1560dc (patch)
treeb239ff7bfee45c7c66590f018199e34d6104a6e7 /user/bluez/dbus-without-systemd.patch
parent15f770e3558fdcfca24ea50d66bd95e41c9d3f2b (diff)
downloadpackages-703c2222fc2d9ad94a23668b5c6328b02f1560dc.tar.gz
packages-703c2222fc2d9ad94a23668b5c6328b02f1560dc.tar.bz2
packages-703c2222fc2d9ad94a23668b5c6328b02f1560dc.tar.xz
packages-703c2222fc2d9ad94a23668b5c6328b02f1560dc.zip
user/bluez: Make more things work without systemd
Diffstat (limited to 'user/bluez/dbus-without-systemd.patch')
-rw-r--r--user/bluez/dbus-without-systemd.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/user/bluez/dbus-without-systemd.patch b/user/bluez/dbus-without-systemd.patch
new file mode 100644
index 000000000..5b9c7dc70
--- /dev/null
+++ b/user/bluez/dbus-without-systemd.patch
@@ -0,0 +1,34 @@
+From 2625ab38ae27754205d060f09e3a18f7648d5167 Mon Sep 17 00:00:00 2001
+From: Doan Tran Cong Danh <congdanhqx@gmail.com>
+Date: Thu, 3 Oct 2019 12:57:09 +0700
+Subject: [PATCH 1/9] enable dbus without systemd
+
+---
+ Makefile.am | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 404e6a460..0884156fa 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -40,14 +40,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
+--
+2.23.0
+