diff --git a/base/comps/NetworkManager-libreswan/NetworkManager-libreswan.comp.toml b/base/comps/NetworkManager-libreswan/NetworkManager-libreswan.comp.toml new file mode 100644 index 00000000000..da8910c7760 --- /dev/null +++ b/base/comps/NetworkManager-libreswan/NetworkManager-libreswan.comp.toml @@ -0,0 +1,7 @@ +# gtk4 4.20.3 in the build tag is one patch version below the 4.20.4 +# required by libnma-gtk4. Disable the gtk4 VPN editor plugin until +# gtk4 is updated. The GTK3 editor plugin is still built. +[components.NetworkManager-libreswan] + +[components.NetworkManager-libreswan.build] +without = ["gtk4"] diff --git a/base/comps/components.toml b/base/comps/components.toml index 2e245f3d28c..fd9ad90cfad 100644 --- a/base/comps/components.toml +++ b/base/comps/components.toml @@ -26,7 +26,6 @@ includes = ["**/*.comp.toml", "component-check-disablement.toml"] [components.MUMPS] [components.ModemManager] [components.NetworkManager] -[components.NetworkManager-libreswan] [components.OpenCL-ICD-Loader] [components.OpenIPMI] [components.PEGTL]