From 2deef22689b5eb3ca4ce04beb8e0027d83128cbf Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 1 May 2018 19:09:49 +0900 Subject: [PATCH] Removed unnecessary dependency on libnm-util-dev, which is no longer available in buster and bionic. Signed-off-by: Michele Calgaro (cherry picked from commit 7fc6616c13fc752380240e9bc05d55e7f2d88a40) --- CMakeLists.txt | 9 --------- 1 file changed, 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 )