summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2021-04-22 23:57:36 +0200
committerIñigo Martínez <inigomartinez@gmail.com>2021-05-03 22:18:24 +0200
commita4decd1bd2dbcda163e72abbd68894b2b396e969 (patch)
tree1159bbb5435b1a69d9eeb54156a5633eaff5a3b0 /meson_options.txt
parent13883cd5c4d28dbed3c49008430c7dbbae8d5ef0 (diff)
downloadlibmbim-a4decd1bd2dbcda163e72abbd68894b2b396e969.tar.gz
build: port to meson build system
meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..db87a7f
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,6 @@
+option('mbim_username', type: 'string', value: '', description: 'user allowed to access MBIM devices')
+
+option('udevdir', type: 'string', value: '', description: 'where udev base directory is')
+
+option('introspection', type: 'boolean', value: true, description: 'build introspection support')
+option('gtk_doc', type: 'boolean', value: false, description: 'use gtk-doc to build documentation')