From 925c7eeb1da21df3053c0de3aa016f9b5cd75ded Mon Sep 17 00:00:00 2001 From: Henry-Nicolas Tourneur Date: Thu, 27 Jan 2022 21:13:53 +0000 Subject: [PATCH] d/rules: enable modem-manager plugin support --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 7e4e0a6d4..0dc254bbf 100755 --- a/debian/rules +++ b/debian/rules @@ -49,7 +49,7 @@ ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes)) CONFARGS += -Dplugin_logitech_bulkcontroller=false endif -CONFARGS += -Dplugin_dummy=true -Dplugin_powerd=false -Ddocs=gtkdoc -Dsupported_build=true +CONFARGS += -Dplugin_dummy=true -Dplugin_powerd=false -Ddocs=gtkdoc -Dsupported_build=true -Dplugin_modem_manager=true %: dh $@ --with gir -- GitLab