diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-05-01 19:09:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-05-01 19:09:49 +0900 |
commit | 7fc6616c13fc752380240e9bc05d55e7f2d88a40 (patch) | |
tree | b096d42e6ea50e00503cf2a2edccce0dbd21ea60 /CMakeLists.txt | |
parent | c18840c76f3cadeff5f1279f1ea8c1920194ea6e (diff) | |
download | tdelibs-7fc6616c13fc752380240e9bc05d55e7f2d88a40.tar.gz tdelibs-7fc6616c13fc752380240e9bc05d55e7f2d88a40.zip |
Removed unnecessary dependency on libnm-util-dev, which is no longer
available in buster and bionic.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ea8dead6..a02cc3e8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1138,15 +1138,6 @@ endif( ) list( APPEND TDECORE_LIBRARY_DIRS ${DBUS_TQT_LIBRARY_DIRS} ) -if( WITH_NETWORK_MANAGER_BACKEND ) - ##### check for libnm-util ########################### - pkg_search_module( NM_UTIL libnm-util ) - if( NOT NM_UTIL_FOUND ) - tde_message_fatal( "libnm-util are required, but not found on your system" ) - endif( ) -endif( WITH_NETWORK_MANAGER_BACKEND ) - - ##### Add '[KDE4]' to KDE4 menu items ######### if( WITH_KDE4_MENU_SUFFIX ) |