[Xfce4-commits] <xfce4-wmdock-plugin:master> Added a binutils gold build patch by David Mohr.

Andre Ellguth noreply at xfce.org
Tue Dec 29 23:20:01 CET 2009


Updating branch refs/heads/master
         to ee869a6de786b00010a3061982784aa445eb9efd (commit)
       from cc0efdb65da9b0bd75621a0489409cc28060d892 (commit)

commit ee869a6de786b00010a3061982784aa445eb9efd
Author: Andre Ellguth <andre at ellguth.com>
Date:   Sat Dec 26 18:28:52 2009 +0100

    Added a binutils gold build patch by David Mohr.

 configure.in.in          |    1 +
 panel-plugin/Makefile.am |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 4034cf4..9e77aa4 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -40,6 +40,7 @@ XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.90.2])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.90.2])
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.1])
 XDT_CHECK_PACKAGE([LIBWNCK], [libwnck-1.0], [2.8.1])
+XDT_CHECK_PACKAGE([X11], [x11])
 
 dnl check for debugging support
 XDT_FEATURE_DEBUG()
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 3446e84..96b3ff0 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -19,7 +19,8 @@ xfce4_wmdock_plugin_CFLAGS =						\
 xfce4_wmdock_plugin_LDADD =						\
 	$(LIBXFCE4PANEL_LIBS)						\
 	$(LIBWNCK_LIBS)							\
-	$(LIBXFCEGUI4_LIBS)
+	$(LIBXFCEGUI4_LIBS)						\
+	@X11_LIBS@
 
 #
 # Desktop file



More information about the Xfce4-commits mailing list