[gnome-games] libretro: Drop tracker-sparql-1.0 requirement



commit 91fc84a75b0fa0399b05ba18683afe4635d55f47
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu May 4 20:53:31 2017 +0200

    libretro: Drop tracker-sparql-1.0 requirement
    
    Remove the useless tracker-sparql-1.0 requirement which probably ended
    up there by accident.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781334

 plugins/libretro/configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/plugins/libretro/configure.ac b/plugins/libretro/configure.ac
index 5a490e8..f09e3c7 100644
--- a/plugins/libretro/configure.ac
+++ b/plugins/libretro/configure.ac
@@ -3,7 +3,6 @@ PKG_CHECK_MODULES(LIBRETRO_PLUGIN, [
        glib-2.0 >= $GLIB_MIN_VERSION
        gtk+-3.0
        retro-gtk-0.10
-       tracker-sparql-1.0
 ], [enable_libretro_plugin=yes], [enable_libretro_plugin=no])
 
 AM_CONDITIONAL(ENABLE_LIBRETRO_PLUGIN, test x$enable_libretro_plugin != xno)


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