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:11:57 +0900 |
commit | 2deef22689b5eb3ca4ce04beb8e0027d83128cbf (patch) | |
tree | 77afcb3c1061a2a7fe16eb22aec53c64acb4ddf0 | |
parent | 4c0290ecf1d20f2f6487038dfd0b370d7ddb8389 (diff) | |
download | tdelibs-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)
-rw-r--r-- | CMakeLists.txt | 9 |
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 ) |