unoidl/Module_unoidl.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 032944e08891736559434eac04600742fe57dbf0 Author: Tor Lillqvist <[email protected]> Date: Wed Sep 18 12:00:20 2013 +0300 Executable_unoidl-read needed only for DESKTOP platforms Change-Id: Id1edf4fcebfe0d839162adb442695e9ce39e3f75 diff --git a/unoidl/Module_unoidl.mk b/unoidl/Module_unoidl.mk index 308ccf1..93f8164 100644 --- a/unoidl/Module_unoidl.mk +++ b/unoidl/Module_unoidl.mk @@ -10,7 +10,8 @@ $(eval $(call gb_Module_Module,unoidl)) $(eval $(call gb_Module_add_targets,unoidl, \ - Executable_unoidl-read \ + $(if $(filter DESKTOP,$(BUILD_TYPE)), \ + Executable_unoidl-read) \ Library_unoidl \ )) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
