aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pinentry-bemenu/meson-ungit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pinentry-bemenu/meson-ungit.patch')
-rw-r--r--testing/pinentry-bemenu/meson-ungit.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/pinentry-bemenu/meson-ungit.patch b/testing/pinentry-bemenu/meson-ungit.patch
new file mode 100644
index 00000000000..477860cc8b4
--- /dev/null
+++ b/testing/pinentry-bemenu/meson-ungit.patch
@@ -0,0 +1,15 @@
+--- a/meson.build
++++ b/meson.build
+@@ -4,10 +4,10 @@
+ )
+
+
+-version_h = vcs_tag(
++version_h = configure_file(
++ configuration : { 'VCS_TAG': meson.project_version() },
+ input : 'version.h.in',
+ output : 'version.h',
+- command : ['git', 'describe', '--tag', '--dirty', '--broken'],
+ )
+
+ compiler = meson.get_compiler('c')