ports/net/dpdk/files/patch-examples_meson.build
Vanilla I. Shu 62342bf5ee Update to 19.11.7.
PR:		254403
Submitted by:	maintainer
2021-03-26 03:04:58 +00:00

15 lines
338 B
Text

--- examples/meson.build
+++ examples/meson.build
@@ -48,6 +48,12 @@ all_examples = [
'vmdq', 'vmdq_dcb',
]
+# on install, skip copying all meson.build files
+ex_file_excludes = ['meson.build']
+foreach ex:all_examples
+ ex_file_excludes += [ex + '/meson.build']
+endforeach
+
if get_option('examples') == ''
subdir_done()
endif