X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcommon%2Fmvep%2Fmeson.build;h=0e17e100cd62724bb993238100e7337e224b7ab2;hb=b8ac8b089cebd5d415641c4a5fb7f7a955c296b7;hp=a929e2311ea490dd417bc4a1a69c9259950d25ff;hpb=38d786564542f8ad37ab7f4e461dfe39cfa93afd;p=dpdk.git diff --git a/drivers/common/mvep/meson.build b/drivers/common/mvep/meson.build index a929e2311e..0e17e100cd 100644 --- a/drivers/common/mvep/meson.build +++ b/drivers/common/mvep/meson.build @@ -5,16 +5,16 @@ # if is_windows - build = false - reason = 'not supported on Windows' - subdir_done() + build = false + reason = 'not supported on Windows' + subdir_done() endif dep = dependency('libmusdk', required: false, method: 'pkg-config') if not dep.found() - build = false - reason = 'missing dependency, "libmusdk"' - subdir_done() + build = false + reason = 'missing dependency, "libmusdk"' + subdir_done() endif ext_deps += dep