[PATCH v2 6/6] build: add cfgfile library to optional list
Bruce Richardson
bruce.richardson at intel.com
Wed Jan 19 19:10:02 CET 2022
Allow disabling of the cfgfile library in builds.
Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
Acked-by: Stephen Hemminger <stephen at networkplumber.org>
Acked-by: Morten Brørup <mb at smartsharesystems.com>
---
lib/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/meson.build b/lib/meson.build
index dcc1b4d835..8e5acd7819 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -67,6 +67,7 @@ libraries = [
optional_libs = [
'bitratestats',
+ 'cfgfile',
'flow_classify',
'gpudev',
'gro',
--
2.32.0
More information about the dev
mailing list