Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 191383 Details for
Bug 269570
[PATCH]net-im/empathy-2.26.1 libnotify hard dep
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
empathy-2.26.1-configure-notify-option.patch
empathy-2.26.1-configure-notify-option.patch (text/plain), 770 bytes, created by
Romain Perier (RETIRED)
on 2009-05-15 14:44:17 UTC
(
hide
)
Description:
empathy-2.26.1-configure-notify-option.patch
Filename:
MIME Type:
Creator:
Romain Perier (RETIRED)
Created:
2009-05-15 14:44:17 UTC
Size:
770 bytes
patch
obsolete
> configure.ac | 8 +++++++- > 1 files changed, 7 insertions(+), 1 deletions(-) > >diff --git a/configure.ac b/configure.ac >index dc68e08..2081df1 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -115,7 +115,13 @@ PKG_CHECK_MODULES(EMPATHY, > telepathy-farsight > ]) > >-PKG_CHECK_MODULES(LIBNOTIFY, libnotify >= $LIBNOTIFY_REQUIRED) >+AC_ARG_ENABLE([notify], >+ AC_HELP_STRING([--disable-notify], [Disable libnotify support @<:@default=yes@:>@]), >+ [enable_notify="$enableval"], [enable_notify="yes"]) >+if test "x$enable_notify" = "xyes"; then >+ PKG_CHECK_MODULES(LIBNOTIFY, libnotify >= $LIBNOTIFY_REQUIRED) >+ AC_DEFINE(HAVE_NOTIFY, 1, [Define to 1 if libnotify support is required]) >+fi > > # ----------------------------------------------------------- > # Enable debug
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 269570
:
191048
| 191383 |
191385
|
191387