From 28cc89aad16e8ea3c9eec7f45749c1cfaaf1d7af Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Thu, 29 Aug 2013 13:14:29 +0200 Subject: 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 --- config_host/config_buildid.h.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config_host/config_buildid.h.in (limited to 'config_host') 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 -- cgit v1.2.3