Kaydet (Commit) af0909f1 authored tarafından Michael Stahl's avatar Michael Stahl

--enable-ia2 no longer disables Java access bridge

Just install both; 448727e5 already made
IA2 an experimental feature with fallback to Java access bridge if
experimental mode is disabled.

Change-Id: I4ca64adbc586bd87b4d28087709f5c2e02bf7990
(cherry picked from commit 31b91f6f)
üst b8156a37
...@@ -557,11 +557,10 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \ ...@@ -557,11 +557,10 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
$(if $(DISABLE_ATL),,\ $(if $(DISABLE_ATL),,\
inprocserv \ inprocserv \
) \ ) \
$(if $(ENABLE_JAVA),java_uno_accessbridge) \
$(if $(ENABLE_IA2), \ $(if $(ENABLE_IA2), \
UAccCOM \ UAccCOM \
winaccessibility \ winaccessibility \
, \
$(if $(ENABLE_JAVA),java_uno_accessbridge) \
) \ ) \
) \ ) \
)) ))
......
...@@ -17,7 +17,6 @@ $(eval $(call gb_Module_add_l10n_targets,accessibility,\ ...@@ -17,7 +17,6 @@ $(eval $(call gb_Module_add_l10n_targets,accessibility,\
AllLangResTarget_acc \ AllLangResTarget_acc \
)) ))
ifneq ($(ENABLE_IA2),TRUE)
ifneq ($(ENABLE_JAVA),) ifneq ($(ENABLE_JAVA),)
ifeq ($(OS),WNT) ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,accessibility,\ $(eval $(call gb_Module_add_targets,accessibility,\
...@@ -28,6 +27,5 @@ $(eval $(call gb_Module_add_targets,accessibility,\ ...@@ -28,6 +27,5 @@ $(eval $(call gb_Module_add_targets,accessibility,\
)) ))
endif endif
endif endif
endif
# vim:set noet sw=4 ts=4: # vim:set noet sw=4 ts=4:
File mode changed from 100755 to 100644
...@@ -11613,7 +11613,6 @@ if test "$enable_ia2" = "yes"; then ...@@ -11613,7 +11613,6 @@ if test "$enable_ia2" = "yes"; then
if test "$_os" = "WINNT"; then if test "$_os" = "WINNT"; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
ENABLE_IA2="TRUE" ENABLE_IA2="TRUE"
SCPDEFS="$SCPDEFS -DENABLE_IA2"
else else
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
fi fi
......
...@@ -315,7 +315,7 @@ STD_JAR_FILE( gid_File_Jar_Xmerge, xmerge ) ...@@ -315,7 +315,7 @@ STD_JAR_FILE( gid_File_Jar_Xmerge, xmerge )
STD_JAR_FILE( gid_File_Jar_Xmergebridge, XMergeBridge ) STD_JAR_FILE( gid_File_Jar_Xmergebridge, XMergeBridge )
#endif #endif
#if defined ENABLE_JAVA && defined WNT && !defined(ENABLE_IA2) #if defined ENABLE_JAVA && defined WNT
STD_JAR_FILE( gid_File_Jar_Accessbridge, java_uno_accessbridge ) STD_JAR_FILE( gid_File_Jar_Accessbridge, java_uno_accessbridge )
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment