X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fmempool%2Fdpaa%2Fmeson.build;h=754e6397f2917011a56b1adc76e2b1d629c4754d;hb=391b8bcc81713d0da7e68eb39a64b00e69fc3543;hp=9163b3db31d7880971d2cd8a1ca0ddc73342b287;hpb=982aa8af523bd96e990107e03c4089b4efcf1927;p=dpdk.git diff --git a/drivers/mempool/dpaa/meson.build b/drivers/mempool/dpaa/meson.build index 9163b3db31..754e6397f2 100644 --- a/drivers/mempool/dpaa/meson.build +++ b/drivers/mempool/dpaa/meson.build @@ -1,12 +1,10 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright 2018 NXP -if host_machine.system() != 'linux' - build = false +if not is_linux + build = false + reason = 'only supported on linux' endif deps += ['bus_dpaa'] sources = files('dpaa_mempool.c') - -# depends on dpaa bus which uses experimental API -allow_experimental_apis = true