diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-12-13 19:33:25 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-12-13 19:34:40 +0100 |
commit | ece20685104a3c0900677c1baa4ec975af7e4bf7 (patch) | |
tree | 5175b9748a9fa2d3237ae49b84df085cc21e1302 | |
parent | 23cc556b5fca757594c9c5d5df16cadd096218bc (diff) |
fdo#72647: register Java Access Bridge component
af0909f1b88a47db1ea0ea53cdac59daee42db0b was incomplete and overlooked
one place that needs adjusting to get a working JAB with --enable-ia2.
Change-Id: Id5e3582b38140be7f3adbb0ed1c2b3b83c7c3410
-rwxr-xr-x | postprocess/Rdb_services.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk index 6157e25d1a39..b72f4abc7407 100755 --- a/postprocess/Rdb_services.mk +++ b/postprocess/Rdb_services.mk @@ -137,11 +137,11 @@ $(eval $(call gb_Rdb_add_components,services,\ shell/source/win32/simplemail/smplmail \ shell/source/win32/syssh \ vcl/vcl.windows \ + $(if $(ENABLE_JAVA), \ + accessibility/bridge/org/openoffice/accessibility/java_uno_accessbridge \ + ) \ $(if $(ENABLE_IA2), \ winaccessibility/source/service/winaccessibility, \ - $(if $(ENABLE_JAVA), \ - accessibility/bridge/org/openoffice/accessibility/java_uno_accessbridge \ - ) \ ) \ ) \ $(if $(ENABLE_HEADLESS), \ |