meson: Add meson build

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I711ec60fe2ab459db1d31c7dedfb9d3ba64061ae
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..097dc52
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,13 @@
+option(
+    'tests',
+    type : 'feature',
+    value: 'enabled',
+    description : 'Build tests'
+)
+
+option(
+    'rmcp_ping',
+    type : 'feature',
+    value: 'enabled',
+    description : 'Enable RMCP Ping support'
+)