Opened 15 years ago
Closed 15 years ago
#891 closed Enhancement (fixed)
[PATCH] add option for libnotify
Reported by: | compnerd | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 1.20 |
Component: | GTK+ Client | Version: | 1.11 |
Severity: | Normal | Keywords: | |
Cc: |
Description
Currently the build system detects if libnotify is present and if so automatically enables libnotify support. The attached patch adds an option to enable or disable libnotify support.
Attachments (1)
Change History (8)
Changed 15 years ago by compnerd
comment:1 Changed 15 years ago by charles
- Component changed from Transmission to GTK+ Client
- Resolution set to fixed
- Status changed from new to closed
- Type changed from Bug to Enhancement
thanks for the patch!
checked in @ r5652
comment:2 Changed 15 years ago by charles
- Milestone changed from None Set to 1.20
- Resolution fixed deleted
- Status changed from closed to reopened
comment:3 Changed 15 years ago by charles
- Owner set to charles
- Status changed from reopened to new
comment:4 Changed 15 years ago by charles
- Resolution set to fixed
- Status changed from new to closed
comment:5 Changed 15 years ago by charles
- Resolution fixed deleted
- Status changed from closed to reopened
comment:6 Changed 15 years ago by charles
checking for GTK... yes checking for GIO... no checking for LIBNOTIFY... configure: error: Package requirements (libnotify >= 0.4.4) were not met:
No package 'libnotify' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBNOTIFY_CFLAGS and LIBNOTIFY_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
finished: FAILURE
comment:7 Changed 15 years ago by charles
- Resolution set to fixed
- Status changed from reopened to closed
I've committed a revised patch to make our build bot happy. Please feel free to reopen this ticket if I've broken anything else during the revision...
transmission-1.11-libnotify-option.patch