[Xfce4-commits] <xfce4-diskperf-plugin:master> Be sure to have libxfcegui4 cflags/libs for xfce_err(), fixes compilation with xfce4-panel 4.7. (Bug #6609) Still needs to be converted to libxfce4ui though..
Landry Breuil
noreply at xfce.org
Sun Aug 8 10:48:01 CEST 2010
Updating branch refs/heads/master
to 35af6821c13a7d20fe7fc31f964178e9fb369dfb (commit)
from a7198453d027f4a6c0ee59e4561ce67bd8e86b64 (commit)
commit 35af6821c13a7d20fe7fc31f964178e9fb369dfb
Author: Landry Breuil <landry at rhaalovely.net>
Date: Sun Aug 8 10:44:58 2010 +0200
Be sure to have libxfcegui4 cflags/libs for xfce_err(), fixes
compilation with xfce4-panel 4.7. (Bug #6609)
Still needs to be converted to libxfce4ui though..
configure.in.in | 1 +
panel-plugin/Makefile.am | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 6ea6bfb..8bbcf55 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -52,6 +52,7 @@ dnl ***********************************
dnl *** Check for required packages ***
dnl ***********************************
XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.90])
+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.90])
dnl ***********************************
dnl *** Check for debugging support ***
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 604e7be..3c6b0f1 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -22,10 +22,12 @@ xfce4_diskperf_plugin_SOURCES = \
devperf.h
xfce4_diskperf_plugin_CFLAGS = \
- $(LIBXFCE4PANEL_CFLAGS)
+ $(LIBXFCE4PANEL_CFLAGS) \
+ $(LIBXFCEGUI4_CFLAGS)
xfce4_diskperf_plugin_LDADD= \
- $(LIBXFCE4PANEL_LIBS)
+ $(LIBXFCE4PANEL_LIBS) \
+ $(LIBXFCEGUI4_LIBS)
#
# Desktop file
More information about the Xfce4-commits
mailing list