diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/dpdk/0003-remove-examples-src-from-datadir.patch | |
Diffstat (limited to 'vcpkg/ports/dpdk/0003-remove-examples-src-from-datadir.patch')
| -rw-r--r-- | vcpkg/ports/dpdk/0003-remove-examples-src-from-datadir.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/dpdk/0003-remove-examples-src-from-datadir.patch b/vcpkg/ports/dpdk/0003-remove-examples-src-from-datadir.patch new file mode 100644 index 0000000..12e22f7 --- /dev/null +++ b/vcpkg/ports/dpdk/0003-remove-examples-src-from-datadir.patch @@ -0,0 +1,18 @@ +diff --git a/meson.build b/meson.build +index 8436d1dff8..5e704e37d5 100644 +--- a/meson.build ++++ b/meson.build +@@ -89,13 +89,6 @@ subdir('app') + # build docs + subdir('doc') + +-# build any examples explicitly requested - useful for developers - and +-# install any example code into the appropriate install path +-subdir('examples') +-install_subdir('examples', +- install_dir: get_option('datadir') + '/dpdk', +- exclude_files: ex_file_excludes) +- + # build kernel modules + subdir('kernel') + |