From: Tokunori Ikegami Date: Thu, 19 Dec 2024 15:04:19 +0000 (+0900) Subject: dell: build plugin not depended on json without json X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=29b4172c424598e5b0643a1e564f25b7848c6826;p=users%2Fsagi%2Fnvme-cli.git 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 --- diff --git a/plugins/meson.build b/plugins/meson.build index 67060273..294c8516 100644 --- a/plugins/meson.build +++ b/plugins/meson.build @@ -2,7 +2,6 @@ if json_c_dep.found() sources += [ - 'plugins/dell/dell-nvme.c', 'plugins/fdp/fdp.c', 'plugins/huawei/huawei-nvme.c', 'plugins/intel/intel-nvme.c', @@ -23,6 +22,7 @@ endif sources += [ 'plugins/amzn/amzn-nvme.c', 'plugins/dapustor/dapustor-nvme.c', + 'plugins/dell/dell-nvme.c', 'plugins/dera/dera-nvme.c', 'plugins/innogrit/innogrit-nvme.c', 'plugins/inspur/inspur-nvme.c',