[gnome-photos] build: Tighten the dependencies for the thumbnailer



commit eb16e85e90f781fb066c0717c2278e50caefb678
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Oct 2 17:36:01 2018 +0200

    build: Tighten the dependencies for the thumbnailer
    
    The thumbnailer uses neither GNOME Online Accounts nor Tracker. Only
    the main application does.
    
    Fallout from cc5584327aacd6590ff69eeb5a130c41843ce3c8

 src/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 7b8c7290..961558a3 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -63,12 +63,10 @@ common_deps = [
   gio_dep,
   gio_unix_dep,
   glib_dep,
-  goa_dep,
   libdazzle_dep,
   libjpeg_dep,
   libpng_dep,
   m_dep,
-  tracker_sparql_dep,
 ]
 
 sources = common_sources + files(
@@ -352,6 +350,7 @@ deps = common_deps + [
   cairo_dep,
   geocode_glib_dep,
   gexiv_dep,
+  goa_dep,
   grilo_dep,
   gsettings_desktop_schemas_dep,
   gtk_dep,
@@ -360,6 +359,7 @@ deps = common_deps + [
   libgdata_dep,
   libgfgraph_dep,
   tracker_control_dep,
+  tracker_sparql_dep,
 ]
 
 cflags = [


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