File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ if openssl_dep.found()
7979endif
8080
8181# Check for libsystemd availability. Optional, only required for MCTP dbus scan
82- libsystemd_dep = dependency (' libsystemd' , required : false )
83- conf.set(' CONFIG_LIBSYSTEMD' , libsystemd_dep.found(), description : ' Is libsystemd available?' )
82+ libsystemd_dep = dependency (' libsystemd' , version : ' >219 ' , required : false )
83+ conf.set(' CONFIG_LIBSYSTEMD' , libsystemd_dep.found(), description : ' Is libsystemd(>219) available?' )
8484
8585# local (cross-compilable) implementations of ccan configure steps
8686conf.set10(
Original file line number Diff line number Diff line change 2525#include <systemd/sd-event.h>
2626#include <systemd/sd-bus.h>
2727#include <systemd/sd-id128.h>
28+
29+ #define MCTP_DBUS_PATH "/xyz/openbmc_project/mctp"
30+ #define MCTP_DBUS_IFACE "xyz.openbmc_project.MCTP"
31+ #define MCTP_DBUS_IFACE_ENDPOINT "xyz.openbmc_project.MCTP.Endpoint"
2832#endif
2933
3034#include "private.h"
@@ -80,9 +84,6 @@ struct nvme_mi_transport_mctp {
8084 int sd ;
8185};
8286
83- #define MCTP_DBUS_PATH "/xyz/openbmc_project/mctp"
84- #define MCTP_DBUS_IFACE "xyz.openbmc_project.MCTP"
85- #define MCTP_DBUS_IFACE_ENDPOINT "xyz.openbmc_project.MCTP.Endpoint"
8687
8788static const struct nvme_mi_transport nvme_mi_transport_mctp ;
8889
You can’t perform that action at this time.
0 commit comments