[Xfce4-commits] <xfce4-indicator-plugin:master> Add libido to the build rules.
Andrzej
noreply at xfce.org
Sun Sep 1 20:14:01 CEST 2013
Updating branch refs/heads/master
to 8d26ab0d348cd6c969d575a9196b2d2aaa37c05e (commit)
from 48edafdc08b869bed74695ef257c0bd23c3cb3e3 (commit)
commit 8d26ab0d348cd6c969d575a9196b2d2aaa37c05e
Author: Alistair Buxton <a.j.buxton at gmail.com>
Date: Sat Aug 31 23:55:03 2013 +0100
Add libido to the build rules.
configure.ac.in | 1 +
panel-plugin/Makefile.am | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index d1f7532..4fd7b66 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -84,6 +84,7 @@ XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.9.0])
XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-${LIBXFCE4PANEL_VERSION_API}], [4.10.0])
XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.6.0])
XDT_CHECK_PACKAGE([INDICATOR], [indicator3], [0.4.0], [indicator_pkgname=indicator], [XDT_CHECK_PACKAGE([INDICATOR], [indicator3-0.4], [0.3.90], [indicator_pkgname=indicator3-0.4], [])])
+XDT_CHECK_PACKAGE([IDO], [libido3-0.1], [13.10.0])
dnl ***********************************
dnl *** Check for debugging support ***
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 3acf147..ea7f27d 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -39,6 +39,7 @@ libindicator_plugin_la_CFLAGS = \
$(LIBXFCE4PANEL_CFLAGS) \
$(XFCONF_CFLAGS) \
$(INDICATOR_CFLAGS) \
+ $(IDO_CFLAGS) \
$(PLATFORM_CFLAGS) \
-DDATADIR=\""$(datadir)"\" \
-DINDICATOR_ICONS_DIR=\""$(INDICATORICONSDIR)"\" \
@@ -57,7 +58,8 @@ libindicator_plugin_la_LIBADD = \
$(LIBXFCE4UI_LIBS) \
$(LIBXFCE4PANEL_LIBS) \
$(XFCONF_LIBS) \
- $(INDICATOR_LIBS)
+ $(INDICATOR_LIBS) \
+ $(IDO_LIBS)
#
# Desktop file
More information about the Xfce4-commits
mailing list