[tracker/wip/carlosg/remote-module-reduction: 5/6] libtracker-sparql: Drop libtracker-data static library




commit 4a7b573f481c3dd8acd5dbdf8e958d04c382c173
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sat Apr 23 14:22:40 2022 +0200

    libtracker-sparql: Drop libtracker-data static library
    
    This is, at last, completely unused. Since the public HTTP objects
    moved to the libtracker-sparql side, we no longer need to plug this
    hole to lower level code for remote modules, these are now more
    constrained.

 src/libtracker-sparql/core/meson.build | 19 -------------------
 1 file changed, 19 deletions(-)
---
diff --git a/src/libtracker-sparql/core/meson.build b/src/libtracker-sparql/core/meson.build
index d93329f9d..869cb9790 100644
--- a/src/libtracker-sparql/core/meson.build
+++ b/src/libtracker-sparql/core/meson.build
@@ -38,22 +38,3 @@ core_files += [
     tracker_data_enums[0],
     tracker_data_enums[1],
 ]
-
-libtracker_data = static_library('tracker-data',
-    core_files,
-    c_args: tracker_c_args,
-    gnu_symbol_visibility: 'hidden',
-    # We do *not* want --no-undefined here, this library uses
-    # symbols from libtracker-sparql, but does not mean it should
-    # be linked to it.
-    override_options: ['b_lundef=false'],
-    dependencies: tracker_data_dependencies + [unicode_library],
-    include_directories: [commoninc, configinc, srcinc],
-)
-
-tracker_data_dep = declare_dependency(
-    link_with: [libtracker_data],
-    dependencies: tracker_data_dependencies,
-    include_directories: include_directories('.'),
-    sources: enums[1],
-)


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