diff options
author | Petr Mladek <pmladek@suse.cz> | 2013-08-29 13:14:29 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2013-08-29 13:23:43 +0200 |
commit | 28cc89aad16e8ea3c9eec7f45749c1cfaaf1d7af (patch) | |
tree | c706141f933eb6241c5a9941004d6444289054ef /config_host/config_buildid.h.in | |
parent | 1138f52d33bde427fba88882fed0199e78210343 (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
Diffstat (limited to 'config_host/config_buildid.h.in')
-rw-r--r-- | config_host/config_buildid.h.in | 10 |
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 |