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




commit f7bf9a4f0bf737eb756bc5020d7cbb2ed90f2a81
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Fri Mar 11 09:16:17 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 50611bf..2d7cb13 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -131,6 +131,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-pptp-dialog.ui
+
 plugin_sources = \
        shared/nm-utils/nm-vpn-plugin-macros.h \
        properties/nm-pptp-editor-plugin.c \


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