diff options
author | David Tardon <dtardon@redhat.com> | 2012-08-07 07:49:15 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-09-22 08:15:42 +0200 |
commit | b03fd9b3a6ad31d0ca03c662da29cc70a21ca423 (patch) | |
tree | ec2cce41f29e9593f0c3e3b7e0c58c364b5ac3b9 /reportbuilder | |
parent | 7edc1390e4472ee469656e8094ee17669a3e0f49 (diff) |
fix configuration deps
Change-Id: Ie431fadb4f11284e231112744af80bfb5c219d94
Diffstat (limited to 'reportbuilder')
-rw-r--r-- | reportbuilder/Configuration_reportbuilder.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportbuilder/Configuration_reportbuilder.mk b/reportbuilder/Configuration_reportbuilder.mk index 1e6b30e48ff4..4690cfcb61d6 100644 --- a/reportbuilder/Configuration_reportbuilder.mk +++ b/reportbuilder/Configuration_reportbuilder.mk @@ -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 \ |