Repository.mk: move executables that are not installed to NONE layer
Change-Id: I494349840e5b95a7c9f477a4b3133d1a2318ab7e
This commit is contained in:
parent
e37837c48b
commit
30c237aef7
1 changed files with 5 additions and 9 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue