[Xfce4-commits] <xfce4-indicator-plugin:andrzejr/tmp> Added exo dependency
Andrzej
noreply at xfce.org
Wed Mar 21 08:06:03 CET 2012
Updating branch refs/heads/andrzejr/tmp
to 2b92a4b2a72ad1d2406cdf9375989723c1f63716 (commit)
from 4433eaf8b8482602e1ffbff6a55c783c5ce039be (commit)
commit 2b92a4b2a72ad1d2406cdf9375989723c1f63716
Author: Andrzej <ndrwrdck at gmail.com>
Date: Wed Mar 21 16:01:42 2012 +0900
Added exo dependency
configure.in.in | 1 +
panel-plugin/Makefile.am | 4 ++++
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index a9c3405..d2af965 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -65,6 +65,7 @@ dnl ***********************************
dnl *** Check for required packages ***
dnl ***********************************
XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.14.0])
+XDT_CHECK_PACKAGE([EXO], [exo-1], [0.6.0])
XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.99.2])
XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.2])
XDT_CHECK_PACKAGE([INDICATOR], [indicator], [0.3.0], [indicator_pkgname=indicator], [XDT_CHECK_PACKAGE([INDICATOR], [indicator-0.4], [0.3.90], [indicator_pkgname=indicator-0.4], [])])
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 5327a91..35696b8 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -22,6 +22,8 @@ xfce4_indicator_plugin_SOURCES = \
indicator.h
xfce4_indicator_plugin_CFLAGS = \
+ $(GTK_CFLAGS) \
+ $(EXO_CFLAGS) \
$(LIBXFCE4UTIL_CFLAGS) \
$(LIBXFCE4PANEL_CFLAGS) \
$(INDICATOR_CFLAGS) \
@@ -32,6 +34,8 @@ xfce4_indicator_plugin_CFLAGS = \
xfce4_indicator_plugin_LDADD = \
+ $(GTK_LIBS) \
+ $(EXO_LIBS) \
$(LIBXFCE4UTIL_LIBS) \
$(LIBXFCE4PANEL_LIBS) \
$(INDICATOR_LIBS)
More information about the Xfce4-commits
mailing list