Port to meson

Per what we're doing elsewhere, port this repo to meson.

Change-Id: I97e19cbda9145414664ce4cb34183be2d8243659
Signed-off-by: Ed Tanous <edtanous@google.com>
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..317a67f
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,6 @@
+option(
+    'raw-peci',
+    type: 'feature',
+    value: 'enabled',
+    description: 'Build raw-peci application',
+)