X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fl2fwd-cat%2Fmeson.build;h=60169bcbda3bb4f62778b760217a89f6f45d0049;hb=84a22cbcc467a02772dd24156773940331994c84;hp=2bed18e74954fb4ce0c1bdb685c8c411abca9cfa;hpb=78d44153de8f7041ff35cb2c676fac8b9488f753;p=dpdk.git diff --git a/examples/l2fwd-cat/meson.build b/examples/l2fwd-cat/meson.build index 2bed18e749..60169bcbda 100644 --- a/examples/l2fwd-cat/meson.build +++ b/examples/l2fwd-cat/meson.build @@ -8,6 +8,10 @@ pqos = cc.find_library('pqos', required: false) build = pqos.found() +if not build + subdir_done() +endif + ext_deps += pqos allow_experimental_apis = true cflags += '-I/usr/local/include' # assume pqos lib installed in /usr/local