From 6c266471545b05a11139eb1a1c36ce655f674bb9 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Wed, 3 Aug 2022 16:51:52 +0200 Subject: network: replace wireless-security with libnma's NMAWs panels/network/wireless-security is essentially an old fork of the part of nm-connection-editor that is now part of libnma. The UI elements provided by libnma adhere to the same look as the rest of gnome-control-center for quite some time now. The functinality they implement the same functionality and more. In particular, libnma uses Gcr to provide Smart Card access for keys and certificates. https://bugzilla.redhat.com/show_bug.cgi?id=1992836 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index ebe789330..3ef24027f 100644 --- a/meson.build +++ b/meson.build @@ -232,7 +232,7 @@ if host_is_linux mm_dep = dependency('mm-glib', version: '>= 0.7') network_manager_deps = [ dependency('libnm', version: '>= 1.24.0'), - dependency('libnma-gtk4', version: '>= 1.8.0'), + dependency('libnma-gtk4', version: '>= 1.10.2'), mm_dep, ] endif -- cgit v1.2.1