SHA256
1
0
forked from pool/collectd
collectd/collectd-pkgconfig_libnotify_add_gtk.patch
Sascha Peilicke 389fd309fa Accepting request 226072 from home:bruno_friedmann:branches:server:monitoring
Upstream bugfix release 5.4.1
Packaging : 
	* Rebase collectd-version.patch against 5.4.1
	* Rework collectd-pkgconfig_libnotify_add_gtk.patch against 5.4.1
	  As it should not be used since 2012. (gtk-2.0)
	  Now only applied for 11.4 Evergreen

OBS-URL: https://build.opensuse.org/request/show/226072
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=121
2014-03-18 09:08:55 +00:00

12 lines
346 B
Diff

--- a/configure.ac 2014-03-15 15:48:45.278001132 +0100
+++ b/configure.ac 2014-03-15 15:54:06.574995791 +0100
@@ -4666,7 +4666,7 @@
fi
# }}}
-PKG_CHECK_MODULES([LIBNOTIFY], [libnotify],
+PKG_CHECK_MODULES([LIBNOTIFY], [libnotify gtk+-2.0],
[with_libnotify="yes"],
[if test "x$LIBNOTIFY_PKG_ERRORS" = "x"; then
with_libnotify="no"