]> git.droids-corp.org - dpdk.git/blobdiff - examples/l2fwd-cat/meson.build
pdump: replace constant for device name size
[dpdk.git] / examples / l2fwd-cat / meson.build
index 2bed18e74954fb4ce0c1bdb685c8c411abca9cfa..60169bcbda3bb4f62778b760217a89f6f45d0049 100644 (file)
@@ -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