Skip to content

Commit 29b4172

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

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/dell/dell-nvme.c',
65
'plugins/fdp/fdp.c',
76
'plugins/huawei/huawei-nvme.c',
87
'plugins/intel/intel-nvme.c',
@@ -23,6 +22,7 @@ endif
2322
sources += [
2423
'plugins/amzn/amzn-nvme.c',
2524
'plugins/dapustor/dapustor-nvme.c',
25+
'plugins/dell/dell-nvme.c',
2626
'plugins/dera/dera-nvme.c',
2727
'plugins/innogrit/innogrit-nvme.c',
2828
'plugins/inspur/inspur-nvme.c',

0 commit comments

Comments
 (0)