summaryrefslogtreecommitdiff
path: root/bus
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-06-16 16:11:34 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-06-16 16:11:34 -0700
commit897c7f919c2c969b412e8a93c1108e9730712f1a (patch)
tree29d75fdb9199481024b73834ad70b4552ad67322 /bus
parentd07be65d0e546a3652fa1d04db1dd16b65df198a (diff)
downloadat-spi2-core-897c7f919c2c969b412e8a93c1108e9730712f1a.tar.gz
Add /usr/lib/dbus-daemon to list of paths to check in
This is where Solaris installs it. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'bus')
-rw-r--r--bus/meson.build1
1 files changed, 1 insertions, 0 deletions
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()