[Libreoffice-commits] core.git: Module_cross_tail_build.mk

Andras Timar atimar at suse.com
Sat Feb 16 12:53:31 PST 2013


 Module_cross_tail_build.mk |   10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

New commits:
commit 952afb7b11594b450561f08ab931fbe70e376f1c
Author: Andras Timar <atimar at suse.com>
Date:   Sat Feb 16 21:54:48 2013 +0100

    remove recently added dependencies
    
    helpcompiler now behaves nicely, it does not depend on svtools any more.
    xmlhelp is needed, because it provides xslt files for helpcompiler.
    
    Change-Id: I3f742ad94c0893a1b37d3ef9be6bfd3cac1fb6ac

diff --git a/Module_cross_tail_build.mk b/Module_cross_tail_build.mk
index 71bf07c..94aae35 100644
--- a/Module_cross_tail_build.mk
+++ b/Module_cross_tail_build.mk
@@ -73,17 +73,9 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\
 	$(call gb_Helper_optional,BOOST,boost) \
 	$(call gb_Helper_optional,CLUCENE,clucene) \
 	$(call gb_Helper_optional_for_host,DESKTOP, \
-		basebmp \
 		helpcompiler \
 		l10ntools \
-		$(call gb_Helper_optional,LCMS2,lcms2) \
-		$(call gb_Helper_optional,NSS,nss) \
-		sot \
-		svl \
-		svtools \
-		toolkit \
-		vcl \
-		$(call gb_Helper_optional,VIGRA,vigra) \
+		xmlhelp \
 	) \
 	$(call gb_Helper_optional,LIBLANGTAG,liblangtag) \
 	$(call gb_Helper_optional,QADEVOOO,qadevOOo) \


More information about the Libreoffice-commits mailing list