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

Matúš Kukan matus.kukan at gmail.com
Thu May 2 06:11:45 PDT 2013


 RepositoryExternal.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 51ba7dbee1a9b9424fcb1ac47ce9eaabf0561c62
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Thu May 2 12:19:35 2013 +0200

    do not fail when using disabled liblangtag external; just do nothing
    
    Change-Id: I3e9027ac1d4a19b953bd3404c82f069334f5f4ff

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 819e171..a1d01cf 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -839,6 +839,10 @@ endef
 
 endif # SYSTEM_LIBLANGTAG
 
+else
+
+gb_LinkTarget__use_liblangtag :=
+
 endif # ENABLE_LIBLANGTAG
 
 


More information about the Libreoffice-commits mailing list