From 35419994e9418444dc82e5c90c579203cc4c3616 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 22 Mar 2014 10:42:38 -0400 Subject: add desktop notifications Motivation: Hook scripts for nautilus or other file managers need to provide the user with feedback that a file is being downloaded. This commit was sponsored by THM Schoemaker. --- BuildFlags.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'BuildFlags.hs') diff --git a/BuildFlags.hs b/BuildFlags.hs index e36cf6a14..59a060cb5 100644 --- a/BuildFlags.hs +++ b/BuildFlags.hs @@ -57,6 +57,9 @@ buildFlags = filter (not . null) #ifdef WITH_DBUS , "DBus" #endif +#ifdef WITH_DESKTOP_NOTIFY + , "DesktopNotify" +#endif #ifdef WITH_XMPP , "XMPP" #else -- cgit v1.2.3