summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2013-08-29 13:14:29 +0200
committerPetr Mladek <pmladek@suse.cz>2013-08-29 13:23:43 +0200
commit28cc89aad16e8ea3c9eec7f45749c1cfaaf1d7af (patch)
treec706141f933eb6241c5a9941004d6444289054ef /cui
parent1138f52d33bde427fba88882fed0199e78210343 (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 'cui')
-rw-r--r--cui/Library_cui.mk1
-rw-r--r--cui/source/dialogs/about.cxx1
2 files changed, 1 insertions, 1 deletions
diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk
index aafede3945e6..0a08baa255a5 100644
--- a/cui/Library_cui.mk
+++ b/cui/Library_cui.mk
@@ -23,7 +23,6 @@ $(eval $(call gb_Library_add_defs,cui,\
$(if $(filter TRUE,$(ENABLE_TDE)),-DENABLE_TDE) \
$(if $(filter TRUE,$(ENABLE_KDE)),-DENABLE_KDE) \
$(if $(filter TRUE,$(ENABLE_KDE4)),-DENABLE_KDE4) \
- $(if $(EXTRA_BUILDID),-DEXTRA_BUILDID=\""$(EXTRA_BUILDID)"\") \
))
$(eval $(call gb_Library_use_custom_headers,cui,\
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index ee943f8f4092..73fe04ebc5d5 100644
--- a/cui/source/dialogs/about.cxx
+++ b/cui/source/dialogs/about.cxx
@@ -42,6 +42,7 @@
#include <sfx2/sfxuno.hxx>
#include <sfx2/sfxcommands.h>
#include "about.hxx"
+#include <config_buildid.h>
#include <sfx2/sfxdefs.hxx>
#include <sfx2/app.hxx>
#include <rtl/ustrbuf.hxx>