[tracker/tracker-2.2: 25/32] build: Remove workaround for Meson link_whole issue
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-2.2: 25/32] build: Remove workaround for Meson link_whole issue
- Date: Mon, 5 Aug 2019 11:38:44 +0000 (UTC)
commit f94db5314ee697d97d7fab490f1a0c1078427d4d
Author: Sam Thursfield <sam afuera me uk>
Date: Wed Jul 10 17:58:47 2019 +0100
build: Remove workaround for Meson link_whole issue
The fix from https://github.com/mesonbuild/meson/pull/2030 was released
in Meson 0.42.0, so we no longer need to work around that.
src/libtracker-sparql-backend/meson.build | 5 -----
1 file changed, 5 deletions(-)
---
diff --git a/src/libtracker-sparql-backend/meson.build b/src/libtracker-sparql-backend/meson.build
index 1ebbb55b8..084d77c2d 100644
--- a/src/libtracker-sparql-backend/meson.build
+++ b/src/libtracker-sparql-backend/meson.build
@@ -16,11 +16,6 @@ libtracker_sparql = library('tracker-sparql-' + tracker_api_version,
link_args: vflag,
link_whole: [libtracker_sparql_intermediate_c, libtracker_sparql_intermediate_vala],
- # We need to pass this because link_whole doesn't trigger the .vapi
- # to be included in some versions of Meson.
- # https://github.com/mesonbuild/meson/pull/2030
- link_with: libtracker_sparql_intermediate_vala,
-
dependencies: [tracker_common_dep, tracker_sparql_remote_dep, tracker_sparql_bus_dep,
tracker_sparql_direct_dep, libtracker_sparql_c_vapi_dep],
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]