X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fpower%2Fmeson.build;h=ba8d66074beba754c9ddaa78d7b2b4ea685e64c7;hb=6e858b4d9244cf53505589673755ab18ac2a4a83;hp=bf937acde44c9c6249de5167e33fc403ec7fd535;hpb=209fd585456c2c0fa37b7b75dd38def739c50017;p=dpdk.git diff --git a/lib/power/meson.build b/lib/power/meson.build index bf937acde4..ba8d66074b 100644 --- a/lib/power/meson.build +++ b/lib/power/meson.build @@ -1,6 +1,12 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + if not is_linux build = false reason = 'only supported on Linux'