diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-02-05 17:19:11 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-02-07 22:33:16 +0000 |
commit | b9d6c7a48cbe3573a2010811d8671d3e5ff30e2a (patch) | |
tree | b08989fd5eeb63691f914e8b393d80151588c0f7 /Module_tail_build.mk | |
parent | 7e2f34a3172a756a0fd70cae1294250206945a6e (diff) |
convert libxml2 to gbuild and add to tail_build
Change-Id: Ie6ae2150e1f011e17034abcace18c5967b4dacf5
Reviewed-on: https://gerrit.libreoffice.org/2023
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Peter Foley <pefoley2@verizon.net>
Diffstat (limited to 'Module_tail_build.mk')
-rw-r--r-- | Module_tail_build.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Module_tail_build.mk b/Module_tail_build.mk index 0df5ac2de156..01700279f0f3 100644 --- a/Module_tail_build.mk +++ b/Module_tail_build.mk @@ -115,6 +115,7 @@ $(eval $(call gb_Module_add_moduledirs,tail_build,\ $(call gb_Helper_optional,WPS,libwps) \ libxmlsec \ $(call gb_Helper_optional,LIBXSLT,libxslt) \ + $(call gb_Helper_optional,LIBXML2,libxml2) \ lingucomponent \ linguistic \ lotuswordpro \ |