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 /cui/Library_cui.mk | |
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 'cui/Library_cui.mk')
-rw-r--r-- | cui/Library_cui.mk | 1 |
1 files changed, 0 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,\ |