summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-11-05 12:00:45 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-11-05 12:00:45 +0000
commit2012b1b6d7d64a5ee576e1aa7b6843fff7c4e931 (patch)
tree0d8d51e83f166b36c31cdb1dabe257fce653edc4
parent5ae60eba02c0056607fd22b05cbbf97ef5d2faf7 (diff)
downloadtotem-2012b1b6d7d64a5ee576e1aa7b6843fff7c4e931.tar.gz
Add gnome-keyring dep as used in the xine-lib backend
2007-11-05 Bastien Nocera <hadess@hadess.net> * configure.in: Add gnome-keyring dep as used in the xine-lib backend svn path=/trunk/; revision=4852
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ec1560cf5..533bcd08a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-05 Bastien Nocera <hadess@hadess.net>
+
+ * configure.in: Add gnome-keyring dep as used in the xine-lib
+ backend
+
2007-11-01 Bastien Nocera <hadess@hadess.net>
* browser-plugin/totemGMPPlugin.cpp: Implement
diff --git a/configure.in b/configure.in
index 10395e9eb..9e2eb7f19 100644
--- a/configure.in
+++ b/configure.in
@@ -191,7 +191,7 @@ if test x$ENABLE_XINE = xno && test x$HAVE_GSTREAMER = xno; then
fi
if test x$HAVE_GSTREAMER = xno; then
- MM="libxine >= $XINE_REQS gconf-2.0"
+ MM="libxine >= $XINE_REQS gconf-2.0 gnome-keyring-1"
PKG_CHECK_MODULES(XINE, $MM, HAVE_XINE=yes,
[
AC_MSG_RESULT(no)