[tracker] build: Remove outdated comments



commit 6642171d9bcfd494cb404d10f40803a7fb85fe16
Author: Sam Thursfield <sam afuera me uk>
Date:   Tue Sep 1 12:25:41 2020 +0200

    build: Remove outdated comments
    
    Meson issue https://github.com/mesonbuild/meson/issues/671 was fixed
    years ago and we can use tracker_common_dep anywhere we like without
    fear of combinatorial explosion.

 src/libtracker-data/meson.build | 2 --
 src/tracker/meson.build         | 2 --
 2 files changed, 4 deletions(-)
---
diff --git a/src/libtracker-data/meson.build b/src/libtracker-data/meson.build
index 469cd0c64..26ef8e2bd 100644
--- a/src/libtracker-data/meson.build
+++ b/src/libtracker-data/meson.build
@@ -36,8 +36,6 @@ libtracker_data = static_library('tracker-data',
     tracker_data_enums[0],
     tracker_data_enums[1],
     c_args: tracker_c_args,
-    # This doesn't depend on tracker_common_dep because of
-    # https://github.com/mesonbuild/meson/issues/671
     # We do *not* want --no-undefined here, this library uses
     # symbols from libtracker-sparql, but does not mean it should
     # be linked to it.
diff --git a/src/tracker/meson.build b/src/tracker/meson.build
index 66c5960d3..882945a42 100644
--- a/src/tracker/meson.build
+++ b/src/tracker/meson.build
@@ -27,8 +27,6 @@ executable(command_name, sources,
     ],
     install: true,
     install_rpath: tracker_install_rpath,
-    # This doesn't depend on tracker_common_dep because of
-    # https://github.com/mesonbuild/meson/issues/671
     dependencies: [tracker_sparql_dep, tracker_data_dep],
     include_directories: [commoninc, configinc, srcinc],
 )


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