[NetworkManager-libreswan/lr/gtk-4.0: 15/15] build: distribute gtk4/nm-openvpn-dialog.ui
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [NetworkManager-libreswan/lr/gtk-4.0: 15/15] build: distribute gtk4/nm-openvpn-dialog.ui
- Date: Fri, 11 Mar 2022 08:15:00 +0000 (UTC)
commit 2d5cf00d7687b30d9c35366e2664a0402e340c45
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Fri Mar 11 09:13:21 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 44fe1fd..8bae961 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,6 +48,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-libreswan-dialog.ui
+
plugin_sources = \
properties/nm-libreswan-editor-plugin.c \
properties/nm-libreswan-editor-plugin.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]