Opened 7 years ago
Closed 7 years ago
#10613 closed defect (fixed)
gvfs 1.36.0 does not build with specified required or recommended dependencies
Reported by: | Tim Tassonis | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 8.3 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
gvfs 1.36.0 does not build as described in the book:
If you don't have systemd installed, you need to add:
-Dsystemduserunitdir=no \ -Dtmpfilesdir=no \ -Dlogind=false \
If you don't hava avahi installed, you need to add:
-Ddnssd=false \
If you don't have Google Online Accounts installed, you neeed to add:
-Dgoa=false \ -Dgoogle=false \
Avahi and Google Online Accounts are only listed as optional dependencies, so I think that the commands to build without then should be specified in the default build instructions. Same goes for systemd.
Change History (2)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at revision 20046.