diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-10-28 21:36:11 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-29 11:37:48 +0100 |
commit | 0183dc88e25b30725c118fd5b515e739d717b6be (patch) | |
tree | 5afdea7c196994321eb73f7126edc383ec004596 /Repository.mk | |
parent | f801b7f07d73d973c2a34662626a4a0e033fa6e6 (diff) |
scp2: move crashrep executables to AutoInstall
Change-Id: Ib9fba534491ce67d329a375a359eef4520c0a3a1
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Repository.mk b/Repository.mk index 219db85d15d9..551a95c6ea17 100644 --- a/Repository.mk +++ b/Repository.mk @@ -84,9 +84,15 @@ $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \ gengal \ )) +ifneq ($(ENABLE_CRASHDUMP),) +$(eval $(call gb_Helper_register_executables_for_install,OOO,crashrep, \ + crashrep \ + $(if $(filter WNT,$(OS)),crashrep_com) \ +)) +endif + $(eval $(call gb_Helper_register_executables,OOO, \ $(if $(and $(ENABLE_GTK), $(filter LINUX,$(OS))), tilebench) \ - $(call gb_Helper_optional,CRASHREP,crashrep) \ gnome-open-url.bin \ $(if $(filter-out ANDROID IOS MACOSX WNT,$(OS)),oosplash) \ $(if $(ENABLE_NPAPI_FROM_BROWSER),pluginapp.bin) \ @@ -107,7 +113,6 @@ $(eval $(call gb_Helper_register_executables,OOO, \ $(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \ xpdfimport \ $(if $(filter WNT,$(OS)), \ - crashrep_com \ odbcconfig \ python \ quickstart \ |