[gnome-games] build: Move tracker-sparql to 2.0



commit e1f89ed75ab9e5c2ad1fc93b3daa1ecfe251ca26
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Jul 4 13:29:06 2017 +0200

    build: Move tracker-sparql to 2.0
    
    This is needed to keep Games building on org.gnome.Sdk master.

 configure.ac                     |    2 +-
 plugins/desktop/configure.ac     |    2 +-
 plugins/playstation/configure.ac |    2 +-
 plugins/steam/configure.ac       |    2 +-
 src/Makefile.am                  |    2 +-
 src/gnome-games.deps             |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5d95cf6..4f72af9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ PKG_CHECK_MODULES(GNOME_GAMES, [
        libsoup-2.4
        libxml-2.0
        retro-gtk-0.10
-       tracker-sparql-1.0
+       tracker-sparql-2.0
 ])
 
 PKG_CHECK_MODULES(GAMEPADS, [
diff --git a/plugins/desktop/configure.ac b/plugins/desktop/configure.ac
index 6aa4ecc..9c603fc 100644
--- a/plugins/desktop/configure.ac
+++ b/plugins/desktop/configure.ac
@@ -4,7 +4,7 @@ PKG_CHECK_MODULES(DESKTOP_PLUGIN, [
        glib-2.0 >= $GLIB_MIN_VERSION
        gtk+-3.0
        retro-gtk-0.10
-       tracker-sparql-1.0
+       tracker-sparql-2.0
 ], [enable_desktop_plugin=yes], [enable_desktop_plugin=no])
 
 AM_CONDITIONAL(ENABLE_DESKTOP_PLUGIN, test x$enable_desktop_plugin != xno)
diff --git a/plugins/playstation/configure.ac b/plugins/playstation/configure.ac
index 2143d00..067d47c 100644
--- a/plugins/playstation/configure.ac
+++ b/plugins/playstation/configure.ac
@@ -3,7 +3,7 @@ PKG_CHECK_MODULES(PSX_PLUGIN, [
        glib-2.0 >= $GLIB_MIN_VERSION
        gtk+-3.0
        retro-gtk-0.10
-       tracker-sparql-1.0
+       tracker-sparql-2.0
 ], [enable_playstation_plugin=yes], [enable_playstation_plugin=no])
 
 AM_CONDITIONAL(ENABLE_PLAYSTATION_PLUGIN, test x$enable_playstation_plugin != xno)
diff --git a/plugins/steam/configure.ac b/plugins/steam/configure.ac
index 313535b..457ada3 100644
--- a/plugins/steam/configure.ac
+++ b/plugins/steam/configure.ac
@@ -3,7 +3,7 @@ PKG_CHECK_MODULES(STEAM_PLUGIN, [
        glib-2.0 >= $GLIB_MIN_VERSION
        gtk+-3.0
        retro-gtk-0.10
-       tracker-sparql-1.0
+       tracker-sparql-2.0
 ], [enable_steam_plugin=yes], [enable_steam_plugin=no])
 
 AM_CONDITIONAL(ENABLE_STEAM_PLUGIN, test x$enable_steam_plugin != xno)
diff --git a/src/Makefile.am b/src/Makefile.am
index a49476d..950b490 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -187,7 +187,7 @@ gnome_games_VALAFLAGS = \
        --pkg gtk+-3.0 \
        --pkg libsoup-2.4 \
        --pkg libxml-2.0 \
-       --pkg tracker-sparql-1.0 \
+       --pkg tracker-sparql-2.0 \
        --pkg retro-gtk-0.10 \
        --pkg linux \
        --pkg posix \
diff --git a/src/gnome-games.deps b/src/gnome-games.deps
index ce62dc0..1372b02 100644
--- a/src/gnome-games.deps
+++ b/src/gnome-games.deps
@@ -2,4 +2,4 @@ gio-2.0
 glib-2.0
 gtk+-3.0
 retro-gtk-0.10
-tracker-sparql-1.0
+tracker-sparql-2.0


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]