mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
15 lines
338 B
Text
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
|