[Libreoffice-commits] core.git: unoidl/Module_unoidl.mk

Tor Lillqvist tml at iki.fi
Sat Mar 2 00:14:01 PST 2013


 unoidl/Module_unoidl.mk |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 0b2bbad06c508382deb780814de6c6fde2c6d6fe
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sat Mar 2 10:12:19 2013 +0200

    reg2unoidl not needed for non-desktop OSes
    
    Also, trying to build executables using our <sal/main.h> stuff for Android
    fails (intentionally).
    
    Change-Id: Ic3ff1a46dc95dd87fb33ec38883ce87b4937f05d

diff --git a/unoidl/Module_unoidl.mk b/unoidl/Module_unoidl.mk
index e612d9d..1f8bd73 100644
--- a/unoidl/Module_unoidl.mk
+++ b/unoidl/Module_unoidl.mk
@@ -10,7 +10,9 @@
 $(eval $(call gb_Module_Module,unoidl))
 
 $(eval $(call gb_Module_add_targets,unoidl, \
-    Executable_reg2unoidl \
+    $(if $(filter DESKTOP,$(BUILD_TYPE)), \
+        Executable_reg2unoidl \
+    ) \
     Library_unoidl \
     Package_inc \
 ))


More information about the Libreoffice-commits mailing list