summaryrefslogtreecommitdiffstats
path: root/wm-addons/idesk/configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'wm-addons/idesk/configure.patch')
-rw-r--r--wm-addons/idesk/configure.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/wm-addons/idesk/configure.patch b/wm-addons/idesk/configure.patch
new file mode 100644
index 0000000000..6e3a5148b2
--- /dev/null
+++ b/wm-addons/idesk/configure.patch
@@ -0,0 +1,11 @@
+--- configure.in.orig 2005-09-11 03:14:04.000000000 -0400
++++ configure.in 2018-06-10 10:39:30.671774766 -0400
+@@ -116,7 +116,7 @@
+ AC_ARG_ENABLE(
+ libsn, [ --enable-libsn include code for LIBSN [default=no]])
+
+-if test -n "$enable_libsn"; then
++if test "x$enable_libsn" = "xyes"; then
+ PKG_CHECK_MODULES(LIBSN, libstartup-notification-1.0 >= 0.5)
+ AC_MSG_RESULT([yes])
+ STARTUP="-DHAVE_STARTUP_NOTIFICATION -DSN_API_NOT_YET_FROZEN=1",