-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
330dddb
commit d971013
Showing
8 changed files
with
44 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
diff --git a/meson.build b/meson.build | ||
index 0541e7f145..00f6e67550 100644 | ||
index 8b248d4..c546c62 100644 | ||
--- a/meson.build | ||
+++ b/meson.build | ||
@@ -79,9 +79,9 @@ subdir('doc') | ||
@@ -90,10 +90,6 @@ subdir('doc') | ||
|
||
# build any examples explicitly requested - useful for developers - and | ||
# install any example code into the appropriate install path | ||
subdir('examples') | ||
-subdir('examples') | ||
-install_subdir('examples', | ||
- install_dir: get_option('datadir') + '/dpdk', | ||
- exclude_files: ex_file_excludes) | ||
+# install_subdir('examples', | ||
+# install_dir: get_option('datadir') + '/dpdk', | ||
+# exclude_files: ex_file_excludes) | ||
|
||
# build kernel modules if enabled | ||
if get_option('enable_kmods') | ||
# build kernel modules | ||
subdir('kernel') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
diff --git a/app/meson.build b/app/meson.build | ||
index 93d8c15032..389dc13b99 100644 | ||
index 5b2c80c..d3ec534 100644 | ||
--- a/app/meson.build | ||
+++ b/app/meson.build | ||
@@ -27,7 +27,7 @@ if get_option('default_library') == 'static' and not is_windows | ||
endif | ||
@@ -52,7 +52,7 @@ endif | ||
|
||
foreach app:apps | ||
name = app | ||
- build = true | ||
+ build = false | ||
name = app | ||
reason = '<unknown reason>' # set if build == false to explain | ||
sources = [] | ||
includes = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters