X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fevent%2Fdpaa%2Fmeson.build;h=c1e725475d2c9c8bc34512a7e15b74cb2b6bf6d4;hb=47854c180349c3d41690e60aea9458a864572389;hp=9bbd6c2a154f2f47434d80bb38f35bf14cb24fe7;hpb=6ec78c2463acdd06560d09e3fb1056d2b1ec0c68;p=dpdk.git diff --git a/drivers/event/dpaa/meson.build b/drivers/event/dpaa/meson.build index 9bbd6c2a15..c1e725475d 100644 --- a/drivers/event/dpaa/meson.build +++ b/drivers/event/dpaa/meson.build @@ -1,10 +1,11 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright 2018 NXP -if host_machine.system() != 'linux' +if not is_linux build = false + reason = 'only supported on linux' endif -deps += ['mempool_dpaa', 'bus_dpaa', 'pmd_dpaa'] +deps += ['pmd_dpaa'] sources = files('dpaa_eventdev.c') allow_experimental_apis = true