summaryrefslogtreecommitdiff
path: root/opt/dbus/fix-daemon-location.patch
diff options
context:
space:
mode:
Diffstat (limited to 'opt/dbus/fix-daemon-location.patch')
-rw-r--r--opt/dbus/fix-daemon-location.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/opt/dbus/fix-daemon-location.patch b/opt/dbus/fix-daemon-location.patch
new file mode 100644
index 0000000..25b69f7
--- /dev/null
+++ b/opt/dbus/fix-daemon-location.patch
@@ -0,0 +1,11 @@
+diff -Naur dbus-1.16.0.orig/bus/meson.build dbus-1.16.0/bus/meson.build
+--- dbus-1.16.0.orig/bus/meson.build 2024-12-24 01:25:30.856267635 +0100
++++ dbus-1.16.0/bus/meson.build 2024-12-24 01:28:28.098900906 +0100
+@@ -139,6 +139,7 @@
+ include_directories: root_include,
+ link_with: libdbus_daemon_internal,
+ install: true,
++ install_dir: get_option('dbus_daemondir'),
+ )
+
+