Package: lxpanel
Version: 0.5.6-1
Tags: patch
Usertags: origin-ubuntu natty ubuntu-patch

In Ubuntu, we've applied the attached patch to achieve the following:

  * debian/patches/configure_X11.patch:
    - Add X11 to the linker to fix FTBFS with DSO.

We thought you might be interested in doing the same. 
Description: Add X11 to the linker to fix FTBFS with DSO.
Forwarded: yes
Author: Julien Lavergne <[email protected]>

Index: lxpanel-0.5.6/src/Makefile.am
===================================================================
--- lxpanel-0.5.6.orig/src/Makefile.am	2010-11-28 11:50:43.000000000 +0100
+++ lxpanel-0.5.6/src/Makefile.am	2010-11-28 11:50:57.000000000 +0100
@@ -45,6 +45,7 @@
 lxpanel_LDADD = \
 		$(BUILTIN_PLUGINS) \
 		$(PACKAGE_LIBS) \
+		$(X11_LIBS) \
 		$(INTLLIBS)
 
 lxpanelctl_SOURCES = lxpanelctl.c lxpanelctl.h

Reply via email to