From 61fe827e3bde3f6bf6369467bea2be2b23e81bbd Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 30 Aug 2016 03:16:13 +0200 Subject: build the signing part for the updater Change-Id: I422eed712da76a90f49b9d9cd5d6155fa394c223 --- onlineupdate/Executable_updater.mk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'onlineupdate/Executable_updater.mk') diff --git a/onlineupdate/Executable_updater.mk b/onlineupdate/Executable_updater.mk index c3eeed5dd0fb..a2342581c3ea 100644 --- a/onlineupdate/Executable_updater.mk +++ b/onlineupdate/Executable_updater.mk @@ -42,8 +42,14 @@ $(eval $(call gb_Executable_add_libs,updater,\ endif $(eval $(call gb_Executable_use_externals,updater,\ - gtk \ bzip2 \ + $(if $(filter LINUX,$(OS)), \ + gtk \ + nss3 )\ +)) + +$(eval $(call gb_Executable_add_defs,updater,\ + -DVERIFY_MAR_SIGNATURE \ )) $(eval $(call gb_Executable_add_exception_objects,updater,\ -- cgit