build qadevOOo only if SOLAR_JAVA and OOO_JUNIT_JAR are set
This commit is contained in:
@@ -72,7 +72,6 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
|
|||||||
package \
|
package \
|
||||||
padmin \
|
padmin \
|
||||||
psprint_config \
|
psprint_config \
|
||||||
qadevOOo \
|
|
||||||
regexp \
|
regexp \
|
||||||
reportdesign \
|
reportdesign \
|
||||||
sal \
|
sal \
|
||||||
@@ -117,6 +116,14 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
|
|||||||
xmlscript \
|
xmlscript \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
ifneq ($(SOLAR_JAVA),)
|
||||||
|
ifneq "$(OOO_JUNIT_JAR)" ""
|
||||||
|
$(eval $(call gb_Module_add_moduledirs,ooo,\
|
||||||
|
qadevOOo \
|
||||||
|
))
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
# these have only migrated subsequentcheck for now
|
# these have only migrated subsequentcheck for now
|
||||||
$(eval $(call gb_Module_add_moduledirs,ooo,\
|
$(eval $(call gb_Module_add_moduledirs,ooo,\
|
||||||
ucb \
|
ucb \
|
||||||
|
Reference in New Issue
Block a user