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 | c04f178ddaf7951ffafd59a61ce0ebf238af90bb (patch) | |
tree | dc1723f45398b2a55188b1f6b639bfdc46c7dc82 /subprojects | |
parent | 9cb5a2d09086fc8a1f0704436302e431947b44c0 (diff) |
build: Allow to use libqmi as subproject
This makes it simpler to build ModemManager git
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/libqmi.wrap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/subprojects/libqmi.wrap b/subprojects/libqmi.wrap new file mode 100644 index 00000000..2511ce47 --- /dev/null +++ b/subprojects/libqmi.wrap @@ -0,0 +1,5 @@ +[wrap-git] +directory=libqmi +url=https://gitlab.freedesktop.org/mobile-broadband/libqmi.git +revision=main + |