Skip to content

Commit

Permalink
plugins: enable to ocp build without json-c
Browse files Browse the repository at this point in the history
This is for the ocp muon build without json-c.

Signed-off-by: Tokunori Ikegami <[email protected]>
  • Loading branch information
ikegami-t committed Sep 17, 2024
1 parent 5d3e150 commit cbe3ac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ if json_c_dep.found()
'plugins/ssstc/ssstc-nvme.c',
]
subdir('solidigm')
subdir('ocp')
if conf.get('HAVE_SED_OPAL') != 0
subdir('sed')
endif
endif

subdir('ocp')

0 comments on commit cbe3ac5

Please sign in to comment.