~matttbe/ubuntu/quantal/lxpanel/lp1013171

« back to all changes in this revision

Viewing changes to debian/patches/configure_X11.patch

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2011-07-24 15:41:01 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110724154101-pdss358hu486lp7h
Tags: 0.5.7-0ubuntu1
* New upstream release.
* debian/patches:
 - 80_translations.patch: Remove, merged upstream.
 - batt_status.patch: Remove, merged upstream.
 - configure_X11.patch: Remove, merged upstream.
 - missing_glades.patch: Remove, not needed now.
 - redefine-alarm-variable.patch: Remove, merged upstream.
 - indicator-support.patch: Fix Makefile.am.
 - fix_requisition.patch: New patch, fix crash when clicking on the panel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Add X11 to the linker to fix FTBFS with DSO.
2
 
Bug-Debian: http://bugs.debian.org/608419
3
 
Author: Julien Lavergne <gilir@ubuntu.com>
4
 
 
5
 
Index: lxpanel-0.5.6/src/Makefile.am
6
 
===================================================================
7
 
--- lxpanel-0.5.6.orig/src/Makefile.am  2010-11-28 11:50:43.000000000 +0100
8
 
+++ lxpanel-0.5.6/src/Makefile.am       2010-11-28 11:50:57.000000000 +0100
9
 
@@ -45,6 +45,7 @@
10
 
 lxpanel_LDADD = \
11
 
                $(BUILTIN_PLUGINS) \
12
 
                $(PACKAGE_LIBS) \
13
 
+               $(X11_LIBS) \
14
 
                $(INTLLIBS)
15
 
 
16
 
 lxpanelctl_SOURCES = lxpanelctl.c lxpanelctl.h