NetManager is only currently used with dbus
This commit is contained in:
parent
3af1984ed2
commit
b8585a9452
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,6 @@ module Assistant.Threads.NetWatcher where
|
|||
|
||||
import Assistant.Common
|
||||
import Assistant.Sync
|
||||
import Assistant.NetMessager
|
||||
import Utility.ThreadScheduler
|
||||
import Remote.List
|
||||
import qualified Types.Remote as Remote
|
||||
|
@ -22,6 +21,7 @@ import Utility.DBus
|
|||
import DBus.Client
|
||||
import DBus
|
||||
import Data.Word (Word32)
|
||||
import Assistant.NetMessager
|
||||
#else
|
||||
#warning Building without dbus support; will poll for network connection changes
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue