net/hns3: fix VF configuration after abnormal exit
[dpdk.git] / drivers / crypto / ccp / meson.build
index 071ccc5..6f7217a 100644 (file)
@@ -2,11 +2,13 @@
 # Copyright(c) 2018 Advanced Micro Devices, Inc. All rights reserved.
 
 if not is_linux
-        build = false
+       build = false
+       reason = 'only supported on linux'
 endif
 dep = dependency('libcrypto', required: false)
 if not dep.found()
        build = false
+       reason = 'missing dependency, "libcrypto"'
 endif
 deps += 'bus_vdev'
 deps += 'bus_pci'