net/ice/base: update IPv4 and IPv6 flow packet type masks
[dpdk.git] / drivers / bus / vmbus / meson.build
index 9fd430d..a68a1de 100644 (file)
@@ -1,9 +1,5 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
-version = 2
-
-allow_experimental_apis = true
-
 install_headers('rte_bus_vmbus.h','rte_vmbus_reg.h')
 
 sources = files('vmbus_common.c',
@@ -17,4 +13,5 @@ if is_linux
        includes += include_directories('linux')
 else
        build = false
+       reason = 'only supported on linux'
 endif