From 4497b12f586ed668bbe764ff526a13aa375b82cc Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Thu, 29 Nov 2012 18:21:30 +0100 Subject: add --with-extra-buildid configure option It can be used to show extra build indentification in the about dialog just under the version string. The plan is to show information about tinderboxes and make the life easier for QA guys. Change-Id: I4714a34cf13492c7bb92798b4b6d11385093f223 --- cui/Library_cui.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'cui/Library_cui.mk') diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk index 5c66e71eed8b..ec0c925c688e 100644 --- a/cui/Library_cui.mk +++ b/cui/Library_cui.mk @@ -39,6 +39,7 @@ $(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_sdk_api,cui)) -- cgit v1.2.3