[network-manager-sstp/gtk4-work] Ignore NMACertChooser problems



commit 365013b52303fac87538b87482994c3d84f9b1a4
Author: Eivind Næss <eivnaes yahoo com>
Date:   Wed Mar 30 21:05:38 2022 -0700

    Ignore NMACertChooser problems
    
    Signed-off-by: Eivind Næss <eivnaes yahoo com>

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile.am b/Makefile.am
index 8a8645b..24a2933 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -141,7 +141,7 @@ gtk4/resources.c: properties/gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --g
 
 gtk4/%.ui: properties/%.ui
        @mkdir -p $(builddir)/gtk4
-       gtk4-builder-tool simplify --3to4 $< |grep -v can-default >$@
+       gtk4-builder-tool simplify --3to4 $< | grep -v can-default | grep -v NMACertChooser >$@
 
 # Include a prebuilt file in tarball, to avoid hitting
 # https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4415


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]