build: enable meson builds
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I2f56761421ee765bc616397c0ad5b88f4e5bc0e9
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..aaec71f
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,13 @@
+option(
+ 'fru_yaml',
+ type: 'string',
+ value: 'scripts/example.yaml',
+ description: 'Path to FRU YAML',
+)
+
+option(
+ 'properties_yaml',
+ type: 'string',
+ value: 'scripts/extra-properties-example.yaml',
+ description: 'Path to Properties YAML',
+)