summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-05-01 19:09:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-05-01 19:11:57 +0900
commit2deef22689b5eb3ca4ce04beb8e0027d83128cbf (patch)
tree77afcb3c1061a2a7fe16eb22aec53c64acb4ddf0 /CMakeLists.txt
parent4c0290ecf1d20f2f6487038dfd0b370d7ddb8389 (diff)
downloadtdelibs-2deef22689b5eb3ca4ce04beb8e0027d83128cbf.tar.gz
tdelibs-2deef22689b5eb3ca4ce04beb8e0027d83128cbf.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> (cherry picked from commit 7fc6616c13fc752380240e9bc05d55e7f2d88a40)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 99da582f7..3a9b3069a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1054,15 +1054,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 )