mirror of
https://github.com/transmission/transmission
synced 2025-03-04 02:28:03 +00:00
(trunk) add a note about optional dependencies in the configure script's output
This commit is contained in:
parent
0e6240232f
commit
4b554c7d56
1 changed files with 18 additions and 13 deletions
17
configure.ac
17
configure.ac
|
@ -508,12 +508,17 @@ Configuration:
|
|||
Build Command-Line client: ${build_cli}
|
||||
|
||||
Build GTK+ client: ${build_gtk}
|
||||
optional dbus support: ${use_dbus_glib}
|
||||
optional gio for optional watchdir support: ${use_gio}
|
||||
optional libnotify for 'download completed' popups: ${use_libnotify}
|
||||
optional libcanberra for 'download completed' sounds: ${use_canberra}
|
||||
optional libgconf to tell GNOME we handle magnet links: ${use_libgconf}
|
||||
optional libappindicator for Ubuntu-style system tray: ${use_libappindicator}
|
||||
|
||||
dbus support: ${use_dbus_glib}
|
||||
gio for watchdir support: ${use_gio}
|
||||
libnotify for 'download completed' popups: ${use_libnotify}
|
||||
libcanberra for 'download completed' sounds: ${use_canberra}
|
||||
libgconf to tell GNOME we handle magnet links: ${use_libgconf}
|
||||
libappindicator for Ubuntu-style system tray: ${use_libappindicator}
|
||||
|
||||
THESE ARE ALL OPTIONAL. If you're a packager
|
||||
or user who doesn't want these dependencies,
|
||||
use the ones you want and skip all the rest.
|
||||
|
||||
Build Daemon: ${build_daemon}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue