[Libreoffice-commits] .: RepositoryExternal.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Oct 28 15:03:45 PDT 2012


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

New commits:
commit 99ef1f57a18794e784aa9921d62310395496320c
Author: Rene Engelhard <rene at debian.org>
Date:   Sun Oct 28 23:00:03 2012 +0100

    add mythes stuff to RepositoryExternal.mk for system-mythes
    
    Change-Id: I004825342646f839f72d8c180efdba6a7f835da7

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 52d99a2..d58b27b 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -243,6 +243,12 @@ endif # SYSTEM_JPEG
 ifeq ($(SYSTEM_MYTHES),YES)
 
 define gb_LinkTarget__use_mythes
+$(call gb_LinkTarget_set_include,$(1),\
+	$$(INCLUDE) \
+	$(MYTHES_CFLAGS) \
+)
+$(call gb_LinkTarget_add_libs,$(1),$(MYTHES_LIBS))
+
 endef
 
 else # !SYSTEM_MYTHES


More information about the Libreoffice-commits mailing list