[tracker/wip/carlosg/parallel-installable: 5/12] build: Drop unused network manager dependency



commit 146e606a87f07deb3294fe8cf8293ba71a6c3ef3
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sun Feb 23 14:03:45 2020 +0100

    build: Drop unused network manager dependency
    
    We no longer ship libtracker-miner, we no longer need this.

 meson.build | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/meson.build b/meson.build
index 7165e06fe..15b1c8f66 100644
--- a/meson.build
+++ b/meson.build
@@ -68,9 +68,6 @@ add_project_arguments(['-D', 'TRACKER_COMPILATION'],
 
 enable_fts = get_option('fts')
 
-network_manager = dependency('libnm', required: get_option('network_manager'))
-have_network_manager = network_manager.found()
-
 ##################################################################
 # Check for libtracker-common, make sure libstemmer exists
 ##################################################################
@@ -203,7 +200,6 @@ conf.set('HAVE_BUILTIN_FTS', sqlite3_has_builtin_fts5)
 conf.set('HAVE_LIBICU', unicode_library_name == 'icu')
 conf.set('HAVE_LIBSTEMMER', have_libstemmer)
 conf.set('HAVE_LIBUNISTRING', unicode_library_name == 'unistring')
-conf.set('HAVE_NETWORK_MANAGER', have_network_manager)
 
 conf.set('HAVE_GETLINE', cc.has_function('getline', prefix : '#include <stdio.h>'))
 conf.set('HAVE_POSIX_FADVISE', cc.has_function('posix_fadvise', prefix : '#include <fcntl.h>'))
@@ -315,7 +311,6 @@ summary = [
   '    Source code location:                   ' + meson.current_source_dir(),
   '    Compiler:                               ' + cc.get_id(),
   '\nFeature Support:',
-  '    Support for network status detection:   ' + have_network_manager.to_string(),
   '    Unicode support library:                ' + unicode_library_name,
   '    Build with SQLite FTS support:          @0@ (built-in FTS: @1@)'.format(
      get_option('fts'), sqlite3_has_builtin_fts5),


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