Opened 15 years ago
Closed 15 years ago
#922 closed Bug (fixed)
No need to check on gio, libnotify and dbus if gtk disabled.
Reported by: | mezz | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 1.20 |
Component: | Transmission | Version: | 1.11 |
Severity: | Normal | Keywords: | |
Cc: |
Description
I have been using this patch for long time since 1.10 (no dbus in this version, added in 1.20) in FreeBSD ports tree and it works nice. It doesn't need to check on gio, libnotify and dbus if gtk is disabled.
Before:
Build GTK+ client: no ... gio support: yes ... dbus-glib support: yes ... libnotify support: yes
After:
Build GTK+ client: no ... gio support: no ... dbus-glib support: no ... libnotify support: no
Attaching a patch for configure.ac based on 1.20b1 tarball.
Attachments (1)
Change History (3)
Changed 15 years ago by mezz
comment:1 Changed 15 years ago by charles
- Milestone changed from None Set to 1.20
- Owner set to charles
- Status changed from new to assigned
comment:2 Changed 15 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
- Summary changed from Not need to check on gio, libnotify and dbus if gtk disabled. to No need to check on gio, libnotify and dbus if gtk disabled.
Note: See
TracTickets for help on using
tickets.
r5776