client: port to libnm

libnm-glib has been deprecated for three years and is eventually going
to disappear.

Change-Id: I98d9ba04c1dfa06ba61f4097ba165fda37edc0e0
Reviewed-by: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7a4e426..81b84a6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -92,7 +92,7 @@
 PKG_CHECK_MODULES(LIBNOTIFY libnotify>=0.7.6) #optional
 FIND_PACKAGE(Gettext) #optional for translations
 PKG_CHECK_MODULES(LIBQRENCODE libqrencode>=3.4)
-PKG_CHECK_MODULES(LIBNM libnm-glib>=0.9.8.8) #optional to detect changes in the network
+PKG_CHECK_MODULES(LIBNM libnm>=1.0) #optional to detect changes in the network
 PKG_CHECK_MODULES(APPINDICATOR appindicator3-0.1) #optional, ideal for use with Unity
 
 PKG_CHECK_MODULES(WEBKIT webkit2gtk-4.0)