only enable dbus on linux for now
This commit is contained in:
parent
8e49206af5
commit
78002d4976
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ Executable git-annex
|
||||||
if (! os(windows))
|
if (! os(windows))
|
||||||
CPP-Options: -DWITH_KQUEUE
|
CPP-Options: -DWITH_KQUEUE
|
||||||
|
|
||||||
if flag(Dbus)
|
if os(linux) && flag(Dbus)
|
||||||
Build-Depends: dbus
|
Build-Depends: dbus
|
||||||
CPP-Options: -DWITH_DBUS
|
CPP-Options: -DWITH_DBUS
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ Executable git-annex
|
||||||
crypto-api, hamlet
|
crypto-api, hamlet
|
||||||
CPP-Options: -DWITH_WEBAPP
|
CPP-Options: -DWITH_WEBAPP
|
||||||
|
|
||||||
if (os(darwin))
|
if os(darwin)
|
||||||
CPP-Options: -DOSX
|
CPP-Options: -DOSX
|
||||||
|
|
||||||
Test-Suite test
|
Test-Suite test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue