[Xfce4-commits] <xfce4-cpugraph-plugin:master> Fix bug 6479

Florian Rivoal noreply at xfce.org
Mon May 31 17:00:01 CEST 2010


Updating branch refs/heads/master
         to 505a9fa19a7b9c3ff48a161cd1c392e07a2db94b (commit)
       from 694e926cbe1caf5f4d6ff773d759dd7fbd3ff6d3 (commit)

commit 505a9fa19a7b9c3ff48a161cd1c392e07a2db94b
Author: Florian Rivoal <frivoal at gmail.com>
Date:   Mon May 31 23:49:39 2010 +0900

    Fix bug 6479
    
    Make the necessary adjustments to build cpugraph with xfce 4.7 headers.
    
    Patch from Mike Massonnet.

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

diff --git a/configure.ac b/configure.ac
index 713a118..98f9d3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,7 @@ dnl Check for standard header files
 AC_HEADER_STDC
 
 dnl configure the panel plugin
+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.20])
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.12.0])
 
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 141d8a6..595c61f 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -3,9 +3,11 @@ plugin_PROGRAMS = xfce4-cpugraph-plugin
 
 xfce4_cpugraph_plugin_CFLAGS =					\
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"			\
+	@LIBXFCEGUI4_CFLAGS@					\
 	@LIBXFCE4PANEL_CFLAGS@
 
 xfce4_cpugraph_plugin_LDADD =					\
+	@LIBXFCEGUI4_LIBS@					\
 	@LIBXFCE4PANEL_LIBS@
 
 xfce4_cpugraph_plugin_SOURCES =                                 \



More information about the Xfce4-commits mailing list