[NetworkManager-openvpn/lr/gtk-4.0: 2/2] build: distribute gtk4/nm-openvpn-dialog.ui




commit fa2c37b4763e566448900fd0b1e5152ead262f14
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Thu Mar 10 13:36:42 2022 +0100

    build: distribute gtk4/nm-openvpn-dialog.ui
    
    Include the file in the tarball so that the users don't have to
    generate it for now. This works around an issue in the generator
    tool [1], but also makes sure a good known file is used.
    
    [1] https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4415

 Makefile.am | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/Makefile.am b/Makefile.am
index 51c7f27..ffe07f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -103,6 +103,11 @@ gtk4/%.ui: properties/%.ui
        @mkdir -p $(builddir)/gtk4
        gtk4-builder-tool simplify --3to4 $< |grep -v can-default >$@
 
+# Include a prebuilt file in tarball, to avoid hitting
+# https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4415
+EXTRA_DIST += \
+       gtk4/nm-openvpn-dialog.ui
+
 CLEANFILES += \
        gtk4/nm-openvpn-dialog.ui \
        gtk4/resources.c \


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