linuxmint / cinnamon-control-center

A collection of configuration plugins used in cinnamon-settings
GNU General Public License v2.0
62 stars 67 forks source link

Add ifdefs to prevent undefined reference to modem functions in network panel #257

Closed Salamandar closed 3 years ago

Salamandar commented 3 years ago

Fixes #254 . There is an issue with -Dnetworkmanager=true -Dmodemmanager=false giving an undefined reference because the modem header is included and used by the network panel source file.