[rhythmbox] get libxml2 libs/cflags directly from pkg-config rather than implicitly
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] get libxml2 libs/cflags directly from pkg-config rather than implicitly
- Date: Mon, 26 Mar 2012 12:59:36 +0000 (UTC)
commit 11445e0badcd4a5200d402bc1bbd2a373c5116c9
Author: Alban Browaeys <prahal yahoo com>
Date: Mon Mar 26 22:52:31 2012 +1000
get libxml2 libs/cflags directly from pkg-config rather than implicitly
configure.ac | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ed58197..e8074a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,6 +58,7 @@ GUDEV_REQS=143
LIBMTP_REQS=0.3.0
LIBPEAS_REQS=0.7.3
GRILO_REQS=0.1.17
+LIBXML2_REQS=2.7.8
LIBNOTIFY_REQS=0.7.0
BRASERO_MIN_REQS=2.31.5
@@ -98,6 +99,7 @@ PKG_CHECK_MODULES(RHYTHMBOX, \
libsoup-gnome-2.4 >= $LIBSOUP_REQS \
libpeas-1.0 >= $LIBPEAS_REQS \
libpeas-gtk-1.0 >= $LIBPEAS_REQS \
+ libxml-2.0 >= $LIBXML2_REQS \
tdb >= 1.2.6)
PKG_CHECK_MODULES(TOTEM_PLPARSER, totem-plparser >= $TOTEM_PLPARSER_REQS, have_totem_plparser=yes, have_totem_plparser=no)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]