summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/m4/banshee/ubuntuonemusicstore.m42
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/m4/banshee/ubuntuonemusicstore.m4 b/build/m4/banshee/ubuntuonemusicstore.m4
index 2ff4a67b7..95bc0cdc9 100644
--- a/build/m4/banshee/ubuntuonemusicstore.m4
+++ b/build/m4/banshee/ubuntuonemusicstore.m4
@@ -8,7 +8,7 @@ AC_DEFUN([BANSHEE_CHECK_UBUNTUONE],
if test "x$enable_ubuntuone" = "xyes"; then
has_ubuntuonesharp=no
PKG_CHECK_MODULES(UBUNTUONESHARP,
- [ubuntuone-sharp-1.0],
+ [ubuntuone-sharp-1.0 >= 0.3.2],
has_ubuntuonesharp=yes, has_ubuntuonesharp=no)
if test "x$has_ubuntuonesharp" = "xno"; then
AC_MSG_ERROR([ubuntuone-sharp was not found. Please install ubuntuone-sharp, or disable Ubuntu One support by passing --disable-ubuntuone])
diff --git a/configure.ac b/configure.ac
index 82af23e35..a71819979 100644
--- a/configure.ac
+++ b/configure.ac
@@ -426,7 +426,7 @@ ${PACKAGE}-${VERSION}
Gapless playback: ${ENABLE_GAPLESS} (gstreamer-plugins-base > 0.10.25.2)
YouTube extension: ${enable_youtube} (gdata-sharp >= 1.4)
Sound menu: ${enable_soundmenu}
- Ubuntu One Store: ${enable_ubuntuone} (ubuntuone-sharp)
+ Ubuntu One Store: ${enable_ubuntuone} (ubuntuone-sharp >= 0.3.2)
Build/Development:
Unit Tests: ${do_tests} (nunit >= ${NUNIT_REQUIRED})