summaryrefslogtreecommitdiff
path: root/lxde-base/lxpanel/files/lxpanel-0.5.9-libwnck-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'lxde-base/lxpanel/files/lxpanel-0.5.9-libwnck-check.patch')
-rw-r--r--lxde-base/lxpanel/files/lxpanel-0.5.9-libwnck-check.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/lxde-base/lxpanel/files/lxpanel-0.5.9-libwnck-check.patch b/lxde-base/lxpanel/files/lxpanel-0.5.9-libwnck-check.patch
new file mode 100644
index 00000000..29fb81a3
--- /dev/null
+++ b/lxde-base/lxpanel/files/lxpanel-0.5.9-libwnck-check.patch
@@ -0,0 +1,13 @@
+Index: lxpanel-0.5.9/configure.ac
+===================================================================
+--- lxpanel-0.5.9.orig/configure.ac
++++ lxpanel-0.5.9/configure.ac
+@@ -79,7 +79,7 @@ PKG_CHECK_MODULES(X11, [$pkg_modules])
+ AC_SUBST(X11_LIBS)
+
+ pkg_modules="libwnck-1.0"
+-PKG_CHECK_MODULES(WNCK, [$pkg_modules])
++PKG_CHECK_MODULES(WNCK, [$pkg_modules], [:], [:])
+ AC_SUBST(WNCK_CFLAGS)
+ AC_SUBST(WNCK_LIBS)
+