summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2022-08-03 16:51:52 +0200
committerLubomir Rintel <lkundrak@v3.sk>2022-11-30 13:40:09 +0100
commit6c266471545b05a11139eb1a1c36ce655f674bb9 (patch)
treeaa539e204a0a9fc357bac4e8b896f625c95e804a /meson.build
parentf89669349205a900c553cfa1ba54ac97c390b89d (diff)
downloadgnome-control-center-6c266471545b05a11139eb1a1c36ce655f674bb9.tar.gz
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
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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