summaryrefslogtreecommitdiff
path: root/src/portal
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2020-09-22 11:54:36 +0200
committerCarlos Garnacho <carlosg@gnome.org>2020-09-22 11:55:25 +0200
commitbabb634c97ed3047c4d9a2288a52bd20db9d20d4 (patch)
tree01e49287bdf256db768d9f7d3cd3d87c573750e0 /src/portal
parenta39b3ae720cbe4984be457a0f3edb0332d82da28 (diff)
downloadtracker-babb634c97ed3047c4d9a2288a52bd20db9d20d4.tar.gz
build: Link portal specifically with libtracker-common
We used to get this from tracker_sparql_dep, that will change.
Diffstat (limited to 'src/portal')
-rw-r--r--src/portal/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portal/meson.build b/src/portal/meson.build
index 944d46745..b4bb7feb9 100644
--- a/src/portal/meson.build
+++ b/src/portal/meson.build
@@ -10,7 +10,7 @@ executable('tracker-xdg-portal-@0@'.format(tracker_api_major), sources,
install: true,
install_rpath: tracker_install_rpath,
install_dir: get_option('libexecdir'),
- dependencies: [tracker_sparql_dep],
+ dependencies: [tracker_sparql_dep, tracker_common_dep],
include_directories: [commoninc, configinc, srcinc],
)