fix configuration deps
Change-Id: Ie431fadb4f11284e231112744af80bfb5c219d94
This commit is contained in:
parent
7edc1390e4
commit
b03fd9b3a6
@ -27,7 +27,7 @@
|
||||
|
||||
$(eval $(call gb_Configuration_Configuration,sun-report-builder,nodeliver))
|
||||
|
||||
$(eval $(call gb_Configuration_use_configuration,sun-report-builder,officecfg))
|
||||
$(eval $(call gb_Configuration_use_configuration,sun-report-builder,registry))
|
||||
|
||||
$(eval $(call gb_Configuration_add_schemas,sun-report-builder,reportbuilder/registry/schema,\
|
||||
org/openoffice/Office/ReportDesign.xcs \
|
||||
|
@ -505,7 +505,7 @@ endef
|
||||
#
|
||||
# Example:
|
||||
# # foo needs schemas from the main configuration
|
||||
# $(eval $(call gb_Configuration_use_configuration,foo,officecfg))
|
||||
# $(eval $(call gb_Configuration_use_configuration,foo,registry))
|
||||
define gb_Configuration_use_configuration
|
||||
$(call gb_Configuration_get_preparation_target,$(1)) : $(call gb_Configuration_get_target,$(2))
|
||||
$(call gb_Configuration_get_target,$(1)) : SCHEMA_ROOT := $(gb_Configuration_registry)/schema
|
||||
|
@ -266,7 +266,7 @@ endef
|
||||
|
||||
# Use standard configuration.
|
||||
define gb_CppunitTest_use_configuration
|
||||
$(call gb_CppunitTest_get_target,$(1)) : $(call gb_Configuration_get_target,officecfg)
|
||||
$(call gb_CppunitTest_get_target,$(1)) : $(call gb_Configuration_get_target,registry)
|
||||
$(call gb_CppunitTest__use_configuration,$(1),xcsxcu,$(gb_Configuration_registry))
|
||||
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user