obmc-console: Convert build to meson
The project is seeing some activity recently, so let's align it with the
desires here:
https://gerrit.openbmc.org/c/openbmc/docs/+/47732
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: I96941365440c9c164d222b4d18e6a57409819308
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..5ebc9f4
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,3 @@
+option('udev', type: 'feature', description: 'Install console udev rules')
+option('concurrent-servers', type: 'boolean', value: 'false', description: 'Support multiple concurrent obmc-console instances')
+option('tests', type: 'boolean', description: 'Enable the test suite')