[Xfce4-commits] <xfce4-places-plugin:master> Description: Add missing -lx11 Origin: other, http://bugzilla.xfce.org/attachment.cgi?id=3295 Bug: http://bugzilla.xfce.org/show_bug.cgi?id=7019
Andrzej
noreply at xfce.org
Mon Apr 2 21:42:04 CEST 2012
Updating branch refs/heads/master
to 3644278ef2f614b7655705f20dc624b4299f77ee (commit)
from e3d56eb79974f2032e33cc7707cab43be5bb6e6e (commit)
commit 3644278ef2f614b7655705f20dc624b4299f77ee
Author: Andrzej <ndrwrdck at gmail.com>
Date: Tue Apr 3 04:16:50 2012 +0900
Description: Add missing -lx11
Origin: other, http://bugzilla.xfce.org/attachment.cgi?id=3295
Bug: http://bugzilla.xfce.org/show_bug.cgi?id=7019
(committer comment: changed configure.in into configure.in.in)
configure.in.in | 1 +
panel-plugin/Makefile.am | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index b86b74a..44d231a 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -26,6 +26,7 @@ XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.90.2])
XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.90.2])
XDT_CHECK_PACKAGE([THUNAR_VFS], [thunar-vfs-1], [0.3.2])
XDT_CHECK_PACKAGE([EXO], [exo-1], [0.5.0])
+XDT_CHECK_LIBX11()
dnl check for optional packages/versions
XDT_CHECK_OPTIONAL_PACKAGE([LIBXFCE4PANEL_46], [libxfce4panel-1.0], [4.5.92], [libxfce4panel46], [Take advantage of Xfce 4.6 panel changes])
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index dcbcdf5..63e2027 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -59,6 +59,7 @@ xfce4_places_plugin_LDADD = \
$(LIBXFCE4UTIL_LIBS) \
$(LIBXFCEGUI4_LIBS) \
$(LIBXFCE4PANEL_LIBS) \
+ $(LIBX11_LIBS) \
@THUNAR_VFS_LIBS@
More information about the Xfce4-commits
mailing list