diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-10-30 22:59:02 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-31 17:55:15 +0100 |
commit | 30c237aef724591a8804f62eb05bae3101461f5a (patch) | |
tree | 0f020d5bb8087df4c0df137e282bd73c8b576115 | |
parent | e37837c48b739d0a6654b03cddf8f97a753f0af1 (diff) |
Repository.mk: move executables that are not installed to NONE layer
Change-Id: I494349840e5b95a7c9f477a4b3133d1a2318ab7e
-rw-r--r-- | Repository.mk | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/Repository.mk b/Repository.mk index 811ed6de7ee6..62561ca92629 100644 --- a/Repository.mk +++ b/Repository.mk @@ -67,6 +67,11 @@ $(eval $(call gb_Helper_register_executables,NONE, \ svptest \ svpclient \ pixelctl ) \ + $(if $(and $(ENABLE_GTK), $(filter LINUX,$(OS))), tilebench) \ + $(if $(filter LINUX MACOSX WNT,$(OS)),icontest) \ + vcldemo \ + tiledrendering \ + $(if $(and $(ENABLE_GTK), $(filter LINUX,$(OS))), gtktiledviewer) \ )) $(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \ @@ -180,15 +185,6 @@ $(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \ )) endif -$(eval $(call gb_Helper_register_executables,OOO, \ - $(if $(and $(ENABLE_GTK), $(filter LINUX,$(OS))), tilebench) \ - $(if $(filter LINUX MACOSX WNT,$(OS)), \ - icontest) \ - vcldemo \ - tiledrendering \ - $(if $(and $(ENABLE_GTK), $(filter LINUX,$(OS))), gtktiledviewer) \ -)) - $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\ $(if $(and $(ENABLE_JAVA),$(filter-out MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \ regmerge \ |