summaryrefslogtreecommitdiff
path: root/filter/Library_textfd.mk
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2014-03-01 20:03:41 +0200
committerKohei Yoshida <libreoffice@kohei.us>2014-03-01 14:45:45 -0600
commitd5890e87ab5e298e9a74ed0d552b01a98e59b1fa (patch)
treea512dcbedfa05b2258da876941ab8727dda2705a /filter/Library_textfd.mk
parentd739b01b9f20b1a7fd4b313b28e4dd4e5edd9193 (diff)
Merge HTML detection to text detection service
Setting the filter name explicitly is not really required, because TypeDetection::impl_checkResultsAndAddBestFilter is able to select the correct filter anyway. But it seems that other detection services also do it, so I followed that way. Change-Id: I6e73fa79c6867d82f98d63e8d2b7865446f088ef Reviewed-on: https://gerrit.libreoffice.org/8213 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'filter/Library_textfd.mk')
-rw-r--r--filter/Library_textfd.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/filter/Library_textfd.mk b/filter/Library_textfd.mk
index ac1cda3a1fcf..ef470b7e9d51 100644
--- a/filter/Library_textfd.mk
+++ b/filter/Library_textfd.mk
@@ -13,14 +13,19 @@ $(eval $(call gb_Library_Library,textfd))
$(eval $(call gb_Library_set_componentfile,textfd,filter/source/textfilterdetect/textfd))
+$(eval $(call gb_Library_use_external,textfd,boost_headers))
+
$(eval $(call gb_Library_use_sdk_api,textfd))
$(eval $(call gb_Library_use_libraries,textfd,\
+ comphelper \
ucbhelper \
cppuhelper \
cppu \
sal \
tl \
+ utl \
+ svt \
$(gb_UWINAPI) \
))