Skip to content

Commit f3e05ae

Browse files
ikegami-tigaw
authored andcommitted
fdp: build plugin not depended on json without json
fdp plugin does not use json so no need to check the build dependency. Signed-off-by: Tokunori Ikegami <[email protected]>
1 parent 29b4172 commit f3e05ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
if json_c_dep.found()
44
sources += [
5-
'plugins/fdp/fdp.c',
65
'plugins/huawei/huawei-nvme.c',
76
'plugins/intel/intel-nvme.c',
87
'plugins/micron/micron-nvme.c',
@@ -24,6 +23,7 @@ sources += [
2423
'plugins/dapustor/dapustor-nvme.c',
2524
'plugins/dell/dell-nvme.c',
2625
'plugins/dera/dera-nvme.c',
26+
'plugins/fdp/fdp.c',
2727
'plugins/innogrit/innogrit-nvme.c',
2828
'plugins/inspur/inspur-nvme.c',
2929
'plugins/memblaze/memblaze-nvme.c',

0 commit comments

Comments
 (0)