only build pyuno when configuration says so

Change-Id: Ic20057a1874a6ca959304423688d6ce2d13a5829
This commit is contained in:
David Tardon 2012-07-03 12:20:49 +02:00
parent 0b379def83
commit d2bd6c90c4

View file

@ -78,7 +78,9 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
package \
padmin \
psprint_config \
pyuno \
$(if $(filter PYUNO,$(BUILD_TYPE)),\
pyuno \
) \
$(if $(filter QADEVOOO,$(BUILD_TYPE)),\
qadevOOo \
) \