[grilo-plugins] build: Require a newer gom
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] build: Require a newer gom
- Date: Tue, 17 Feb 2015 17:29:46 +0000 (UTC)
commit a2546afd7456c72b02255628ad5521a36bb1004a
Author: Bastien Nocera <hadess hadess net>
Date: Tue Feb 17 18:27:32 2015 +0100
build: Require a newer gom
Older versions had problems where they would duplicate bookmarks every
time Totem started.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c3699aa..16d2427 100644
--- a/configure.ac
+++ b/configure.ac
@@ -162,7 +162,7 @@ PKG_CHECK_MODULES(AVAHI, [avahi-gobject avahi-glib avahi-client], HAVE_AVAHI=yes
PKG_CHECK_MODULES(MEDIAART, [libmediaart-2.0], HAVE_MEDIAART=yes, HAVE_MEDIAART=no)
-PKG_CHECK_MODULES(GOM, [gom-1.0 >= 0.2.1], HAVE_GOM=yes, HAVE_GOM=no)
+PKG_CHECK_MODULES(GOM, [gom-1.0 >= 0.3.0], HAVE_GOM=yes, HAVE_GOM=no)
# Search available Tracker version
trackerpkg="tracker-sparql-0.10"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]