diff options
author | Guido Günther <agx@sigxcpu.org> | 2023-07-19 14:05:54 +0200 |
---|---|---|
committer | Dan Williams <dan@ioncontrol.co> | 2025-05-22 08:20:19 -0500 |
commit | 9cb5a2d09086fc8a1f0704436302e431947b44c0 (patch) | |
tree | ead9b4f91728aefa364fb7a22ed088ebd17bdd35 /meson_options.txt | |
parent | c6d1d020f74ae3320cc67074fc04fc075d9807f9 (diff) |
build: Allow to use libmbim as subproject
This makes it simpler to build ModemManager git
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
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') |