build: make node optional
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 19 Jan 2022 18:09:59 +0000 (18:09 +0000)
committerDavid Marchand <david.marchand@redhat.com>
Fri, 21 Jan 2022 11:05:14 +0000 (12:05 +0100)
Allow the 'node' library to be disabled in builds.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Morten Brørup <mb@smartsharesystems.com>
Acked-by: David Marchand <david.marchand@redhat.com>
lib/meson.build

index af4662e..dd20fe7 100644 (file)
@@ -74,6 +74,7 @@ optional_libs = [
         'jobstats',
         'latencystats',
         'metrics',
+        'node',
         'pdump',
         'power',
         'vhost',