build qadevOOo only if SOLAR_JAVA and OOO_JUNIT_JAR are set
This commit is contained in:
parent
4fd2b87dc4
commit
0f2d6f6323
@ -72,7 +72,6 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
|
||||
package \
|
||||
padmin \
|
||||
psprint_config \
|
||||
qadevOOo \
|
||||
regexp \
|
||||
reportdesign \
|
||||
sal \
|
||||
@ -117,6 +116,14 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
|
||||
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
|
||||
$(eval $(call gb_Module_add_moduledirs,ooo,\
|
||||
ucb \
|
||||
|
Loading…
x
Reference in New Issue
Block a user