Bug 319197 - plasma-nm: Make modemmanager support optional
Summary: plasma-nm: Make modemmanager support optional
Status: RESOLVED FIXED
Alias: None
Product: plasma-nm
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Lukáš Tinkl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-01 22:38 UTC by Elias Probst
Modified: 2013-10-02 15:35 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 0.9.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elias Probst 2013-05-01 22:38:53 UTC
Running plasma-nm from git (b5222302).

Currently, modemmanager support in plasma-nm is mandatory. It would be nice to be able to build plasma-nm without modemmanager as it is possible to build NetworkManager without support for it.
Comment 1 Elias Probst 2013-09-28 00:08:22 UTC
Feedback from downstream (Gentoo, https://bugs.gentoo.org/show_bug.cgi?id=486192):

> The current cmake check for net-libs/libmm-qt is done in automagic way.
> Upstream have to provide a build option for this first. This is also true for net-libs/libnm-qt, which checks for net-libs/libmm-qt too.

Re-opening this bug for now.
Comment 2 Elias Probst 2013-10-02 14:09:18 UTC
The latest related commits fixed this issue.
Thanks a lot!
Comment 3 Jan Grulich 2013-10-02 14:16:34 UTC
But don't forget, that when you want to use ModemManager, you have to compile it again with ModemManager support.
Comment 4 Elias Probst 2013-10-02 15:35:11 UTC
(In reply to comment #3)
> But don't forget, that when you want to use ModemManager, you have to
> compile it again with ModemManager support.

Sure, but in our case Gentoo's Portage takes care of all that automatically based on whether the USE flag "modemmanager" is set… thanks anyways for the hint.