summaryrefslogtreecommitdiff
path: root/net/dpdk/files/patch-meson.build
blob: 5402e919091b760a1f24e606f80fdb4f69cb4374 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- meson.build
+++ meson.build
@@ -61,7 +61,7 @@ subdir('doc')
 subdir('examples')
 install_subdir('examples',
 	install_dir: get_option('datadir') + '/dpdk',
-	exclude_files: 'meson.build')
+	exclude_files: ex_file_excludes)
 
 # build kernel modules if enabled
 if get_option('enable_kmods')