Commit 3558c6b
committed
meson: libsystemd <= 219 does not support sd-bus, sd-event
build error below
./dist-unpack/libnvme-1.0/src/nvme/mi-mctp.c
../dist-unpack/libnvme-1.0/src/nvme/mi-mctp.c:25:10: fatal error: systemd/sd-event.h: No such file or directory
25 | #include <systemd/sd-event.h>
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
[740/769] Compiling C object src/libnvme.so.1.0.0.p/nvme_tree.c.o
MCTP defined values are used when CONFIG_LIBSYSTEMD is defined1 parent 1d62f8a commit 3558c6b
2 files changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
80 | 84 | | |
81 | 85 | | |
82 | 86 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
0 commit comments