vcpkg/ports/dpdk/remove-examples-src-from-datadir.patch

16 lines
462 B
Diff
Raw Normal View History

diff --git a/meson.build b/meson.build
2024-08-17 16:46:52 +08:00
index 8b248d4..c546c62 100644
--- a/meson.build
+++ b/meson.build
2024-08-17 16:46:52 +08:00
@@ -90,10 +90,6 @@ subdir('doc')
# build any examples explicitly requested - useful for developers - and
# install any example code into the appropriate install path
2024-08-17 16:46:52 +08:00
-subdir('examples')
-install_subdir('examples',
- install_dir: get_option('datadir') + '/dpdk',
- exclude_files: ex_file_excludes)
2024-08-17 16:46:52 +08:00
# build kernel modules
subdir('kernel')