aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDan Williams <dan@ioncontrol.co>2025-05-22 08:28:51 -0500
committerDan Williams <dan@ioncontrol.co>2025-05-22 08:28:51 -0500
commit680aed6acf2167247577f33951bbbf0ebee83886 (patch)
treedc1723f45398b2a55188b1f6b639bfdc46c7dc82 /meson_options.txt
parentc6d1d020f74ae3320cc67074fc04fc075d9807f9 (diff)
parentc04f178ddaf7951ffafd59a61ce0ebf238af90bb (diff)
Merge request !1044 from 'submodule'
Allow to use libqmi and libmbim as meson subprojects https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/1044
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c0609fe8..6fbc0666 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,6 +6,7 @@ option('udevdir', type: 'string', value: '', description: 'udev base directory')
option('examples', type: 'boolean', value: true, description: 'install examples')
option('tests', type: 'boolean', value: true, description: 'enable tests')
+option('subproject-fallback', type: 'boolean', value: false, description: 'allow to use subprojects')
option('dbus_policy_dir', type: 'string', value: '', description: 'd-bus system policy directory')