[Xfce4-commits] <xfce4-panel:xfce-4.6> Allow compilation with exo-1 too.
Nick Schermer
noreply at xfce.org
Sun Mar 14 15:54:02 CET 2010
Updating branch refs/heads/xfce-4.6
to 68d0a7576cd1606ddf1809ac378604904e3c337e (commit)
from fccddc2b6bb8a84856202f117f0b8ee754058edd (commit)
commit 68d0a7576cd1606ddf1809ac378604904e3c337e
Author: Nick Schermer <nick at xfce.org>
Date: Sun Mar 14 15:17:10 2010 +0100
Allow compilation with exo-1 too.
This makes my live a lot easier and the panel never
used any of the removed exo api.
configure.in.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 485384c..a87a743 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -112,7 +112,8 @@ XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.10.0])
XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.12.0])
XDT_CHECK_PACKAGE([GMODULE], [gmodule-2.0], [2.12.0])
XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.6.0])
-XDT_CHECK_PACKAGE([LIBEXO], [exo-0.3], [0.3.100])
+XDT_CHECK_PACKAGE([LIBEXO], [exo-0.3], [0.3.100], [],
+ [XDT_CHECK_PACKAGE([LIBEXO], [exo-1], [0.5.0])])
XDT_CHECK_PACKAGE([CAIRO], [cairo], [1.0.0])
dnl **********************
More information about the Xfce4-commits
mailing list