From 897c7f919c2c969b412e8a93c1108e9730712f1a Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 16 Jun 2019 16:11:34 -0700 Subject: Add /usr/lib/dbus-daemon to list of paths to check in This is where Solaris installs it. Signed-off-by: Alan Coopersmith --- bus/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'bus') diff --git a/bus/meson.build b/bus/meson.build index 5c7e03d3..155dc533 100644 --- a/bus/meson.build +++ b/bus/meson.build @@ -44,6 +44,7 @@ else '/usr/sbin/dbus-daemon', '/libexec/dbus-daemon', '/usr/libexec/dbus-daemon', + '/usr/lib/dbus-daemon', '/usr/pkg/bin/dbus-daemon', required: false) if dbus_daemon.found() -- cgit v1.2.1