[gnome-photos/gnome-3-30] build: Tighten the dependencies for the thumbnailer
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/gnome-3-30] build: Tighten the dependencies for the thumbnailer
- Date: Wed, 3 Oct 2018 09:20:02 +0000 (UTC)
commit 51204ad92baf4fb032a158fb462cb76fcb8987c6
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]