From efbad6eb505dad57776fa8e7b8b1c5209dc336af Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Mon, 29 Nov 2021 10:37:01 -0300 Subject: network: Port to GTK4 Boy this was hard. To ease the pain of porting wireless-security to GTK4, add a new WsFileChooserButton class that mimics the behavior of a button that triggers a filechooser, as per the migration guide suggests. There were lots of GtkGrids, so the diff is particularly horrendous. Sorry. This needs serious testing before landing. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 5075eacfc..f00280e9e 100644 --- a/meson.build +++ b/meson.build @@ -210,7 +210,7 @@ if host_is_linux # network manager network_manager_deps = [ dependency('libnm', version: '>= 1.24.0'), - dependency('libnma', version: '>= 1.8.0'), + dependency('libnma-gtk4', version: '>= 1.8.0'), dependency('mm-glib', version: '>= 0.7') ] endif -- cgit v1.2.1