[tracker/wip/carlosg/fix-subproject: 1/2] build: Link portal specifically with libtracker-common
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/fix-subproject: 1/2] build: Link portal specifically with libtracker-common
- Date: Tue, 22 Sep 2020 09:58:28 +0000 (UTC)
commit babb634c97ed3047c4d9a2288a52bd20db9d20d4
Author: Carlos Garnacho <carlosg gnome org>
Date: Tue Sep 22 11:54:36 2020 +0200
build: Link portal specifically with libtracker-common
We used to get this from tracker_sparql_dep, that will change.
src/portal/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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],
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]