rpms/syncevolution/devel syncevolution-1.0.1-libnotify-link.patch, NONE, 1.1

Bastien Nocera hadess at fedoraproject.org
Fri Jul 23 15:03:13 UTC 2010


Author: hadess

Update of /cvs/pkgs/rpms/syncevolution/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27474

Added Files:
	syncevolution-1.0.1-libnotify-link.patch 
Log Message:
Commit libnotify linkage patch

syncevolution-1.0.1-libnotify-link.patch:
 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE syncevolution-1.0.1-libnotify-link.patch ---
--- syncevolution-1.0.1/configure.in	2010-07-16 21:05:51.000000000 +0100
+++ syncevolution-1.0.1.new/configure.in	2010-07-23 16:00:28.000000000 +0100
@@ -384,7 +384,7 @@ if test $enable_dbus_service == "yes"; t
                  AC_DEFINE(NEED_DBUS_WATCH_GET_UNIX_FD, 1,
                  [Define to 1 if you need the dbus_watch_get_unix_fd() function.]))
     need_glib=yes
-    PKG_CHECK_MODULES(LIBNOTIFY, [libnotify], HAVE_LIBNOTIFY=yes, HAVE_LIBNOTIFY=no)
+    PKG_CHECK_MODULES(LIBNOTIFY, [libnotify gtk+-2.0], HAVE_LIBNOTIFY=yes, HAVE_LIBNOTIFY=no)
     AC_ARG_ENABLE(notify,
                   AS_HELP_STRING([--enable-notify],
                                  [send notifications for automatic sync events]),



More information about the scm-commits mailing list