Static link boost
We don't use the majority of the boost libraries we pull in. Static
link them.
Tested: Code compiles.
Change-Id: Iccd02331abfb7eaf73f2c28c73b5b7cf810efa85
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/meson.build b/meson.build
index cc9f824..ffc0c14 100644
--- a/meson.build
+++ b/meson.build
@@ -278,6 +278,7 @@
modules: ['url'],
version: '>=1.84.0',
required: false,
+ static: true,
include_type: 'system',
)
@@ -287,6 +288,7 @@
'boost',
modules: ['url', 'process'],
version: '>=1.86.0',
+ static: true,
required: false,
include_type: 'system',
)