summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2013-08-29 13:14:29 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2013-08-29 11:51:20 +0000
commitea316c964a8e4405ccbfdd0f27b5e07ede2c5239 (patch)
treeb5e23923fac18518e0cdd830f0f0eec95396b8ce /config_host
parent9000d1960d0ceae77ed236dc7c821a591f468fe3 (diff)
make the tinderbox information more reliable in the about dialog (fdo#58034)
Pass the information via config_host/config_buildid.h. Then cui/source/dialogs/about.cxx will get rebuilt also in the incremental build. Change-Id: I058cbe162e7015cbea6c71253c20db097477708f Reviewed-on: https://gerrit.libreoffice.org/5677 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_buildid.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/config_host/config_buildid.h.in b/config_host/config_buildid.h.in
new file mode 100644
index 000000000000..04f03b83543a
--- /dev/null
+++ b/config_host/config_buildid.h.in
@@ -0,0 +1,10 @@
+/*
+Optional Build ID displayed in the about dialog
+*/
+
+#ifndef CONFIG_BUILDID_H
+#define CONFIG_BUILDID_H
+
+#undef EXTRA_BUILDID
+
+#endif