diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-01-20 10:17:05 +0200 |
---|---|---|
committer | Kohei Yoshida <libreoffice@kohei.us> | 2014-01-23 14:49:22 +0000 |
commit | cc2893834d8ac699dbb38b152f21f17f3debb06b (patch) | |
tree | f6872c1bb50bff0ada758ba68f2a6867f6b9c053 /Repository.mk | |
parent | 6063555744ed89d8a757b667cddcdd4357839466 (diff) |
related: fdo#73682 Introduce HTML detection service
Change-Id: I66bb579019ce8411b821c623955a454fd81cf811
Reviewed-on: https://gerrit.libreoffice.org/7600
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Tested-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index 6c4d488a0d64..7066001679bc 100644 --- a/Repository.mk +++ b/Repository.mk @@ -270,6 +270,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ $(if $(ENABLE_DIRECTX),gdipluscanvas) \ guesslang \ $(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \ + htmlfd \ i18npool \ i18nsearch \ hyphen \ |