[Xfce4-commits] <xfce4-radio-plugin:master> Fixed bug 6621 - xfce4-radio-plugin-0.4.2 fails to build with xfce4-panel-4.7

Stefan Ott noreply at xfce.org
Tue Oct 26 02:32:01 CEST 2010


Updating branch refs/heads/master
         to 47e7deecd51d549358db93df1686d9dbfbd29bc1 (commit)
       from 4d2afc8542163b6652fc989c13e98fa084575390 (commit)

commit 47e7deecd51d549358db93df1686d9dbfbd29bc1
Author: Stefan Ott <stefan at ott.net>
Date:   Tue Oct 26 02:29:18 2010 +0200

    Fixed bug 6621 - xfce4-radio-plugin-0.4.2 fails to build with xfce4-panel-4.7

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

diff --git a/configure.in.in b/configure.in.in
index 7361a0c..cc629c2 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -31,6 +31,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.3.22])
 
 dnl check for i18n support
 XDT_I18N([@LINGUAS@])
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index b0e087f..32f81d3 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -10,10 +10,12 @@ xfce4_radio_plugin_SOURCES =						\
 xfce4_radio_plugin_CFLAGS =						\
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"				\
 	@LIBXFCE4PANEL_CFLAGS@						\
+	@LIBXFCEGUI4_CFLAGS@						\
 	-std=c99
 
 xfce4_radio_plugin_LDADD =						\
-	@LIBXFCE4PANEL_LIBS@
+	@LIBXFCE4PANEL_LIBS@						\
+	@LIBXFCEGUI4_LIBS@
 
 # .desktop file
 #



More information about the Xfce4-commits mailing list