[at-spi2-core: 1/2] Add /usr/lib/dbus-daemon to list of paths to check in



commit 897c7f919c2c969b412e8a93c1108e9730712f1a
Author: Alan Coopersmith <alan coopersmith oracle com>
Date:   Sun Jun 16 16:11:34 2019 -0700

    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>

 bus/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/bus/meson.build b/bus/meson.build
index 5c7e03d..155dc53 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()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]