[Xfce4-commits] <xfce4-genmon-plugin:master> Mark the libxfcegui4 dependency in the auto* files

Florian Rivoal noreply at xfce.org
Thu Feb 24 15:26:01 CET 2011


Updating branch refs/heads/master
         to 3999bb246e53a3cf9efbcbc8f4d676e4ecb87ec1 (commit)
       from 0ad650a833e834a34432ccd87dfdb651b17262a1 (commit)

commit 3999bb246e53a3cf9efbcbc8f4d676e4ecb87ec1
Author: Florian Rivoal <frivoal at xfce.org>
Date:   Wed Feb 23 09:07:11 2011 +0900

    Mark the libxfcegui4 dependency in the auto* files
    
    This fixes bug #6620

 configure.ac             |    1 +
 panel-plugin/Makefile.am |    6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5848dd9..8dd6173 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,6 +32,7 @@ AC_HEADER_STDC
 
 dnl configure the panel plugin
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.22])
+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.2.0])
 
 dnl Translations
 XDT_I18N([ca cs en_GB eu fr pl pt_PT sq])
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index e3b55fb..861a466 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -3,10 +3,12 @@ plugin_PROGRAMS = xfce4-genmon-plugin
 
 xfce4_genmon_plugin_CFLAGS =					\
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"			\
-	@LIBXFCE4PANEL_CFLAGS@
+	@LIBXFCE4PANEL_CFLAGS@					\
+	@LIBXFCEGUI4_CFLAGS@
 
 xfce4_genmon_plugin_LDADD =					\
-	@LIBXFCE4PANEL_LIBS@
+	@LIBXFCE4PANEL_LIBS@					\
+	@LIBXFCEGUI4_LIBS@
 
 xfce4_genmon_plugin_SOURCES =	\
 	main.c			\



More information about the Xfce4-commits mailing list