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

Eike Rathke erack at redhat.com
Fri Aug 15 09:12:24 PDT 2014


 Repository.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 091a7bd7a369bebbbfe7a87209f589d807f4dcef
Author: Eike Rathke <erack at redhat.com>
Date:   Fri Aug 15 18:10:24 2014 +0200

    fdo#75506 move tubes lib from OOOLIBS,calc to OOOLIBS,ooo
    
    As the desktop module links against it.
    
    Change-Id: I23b296a57bcd8971678f41a60a3bc4001a4f4855

diff --git a/Repository.mk b/Repository.mk
index 9bdff08..7ed4be5 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -178,7 +178,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
 	$(if $(ENABLE_OPENCL),scopencl) \
 	$(if $(ENABLE_COINMP)$(ENABLE_LPSOLVE),solver) \
 	$(if $(DISABLE_SCRIPTING),,vbaobj) \
-	$(if $(ENABLE_TELEPATHY),tubes) \
 ))
 
 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
@@ -382,6 +381,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
 	textfd \
 	tk \
 	tl \
+	$(if $(ENABLE_TELEPATHY),tubes) \
 	ucpexpand1 \
 	ucpext \
 	ucpcmis1 \


More information about the Libreoffice-commits mailing list