Update meson build configuration
* Add meson option to build libcper utility
* Using find_package for libbase64
Signed-off-by: John Chung <john.chung@arm.com>
Change-Id: I9fa742fed7dcbd8e61b2e2dc00da87801d64c87a
diff --git a/meson.options b/meson.options
index 0fc2767..b34d541 100644
--- a/meson.options
+++ b/meson.options
@@ -1 +1,2 @@
-option('tests', type: 'feature', description: 'Build tests')
+option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
+option('utility', type: 'feature', value: 'enabled', description: 'Utility')