only warn about missing dbus support on linux
This commit is contained in:
parent
bbe42999ae
commit
2b7b2c4136
1 changed files with 2 additions and 0 deletions
|
@ -32,8 +32,10 @@ import Data.Word (Word32)
|
||||||
import Control.Concurrent
|
import Control.Concurrent
|
||||||
import qualified Control.Exception as E
|
import qualified Control.Exception as E
|
||||||
#else
|
#else
|
||||||
|
#ifdef linux_HOST_OS
|
||||||
#warning Building without dbus support; will use mtab polling
|
#warning Building without dbus support; will use mtab polling
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
mountWatcherThread :: UrlRenderer -> NamedThread
|
mountWatcherThread :: UrlRenderer -> NamedThread
|
||||||
mountWatcherThread urlrenderer = namedThread "MountWatcher" $
|
mountWatcherThread urlrenderer = namedThread "MountWatcher" $
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue