summaryrefslogtreecommitdiffstats
path: root/l10ntools/Executable_uiex.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-11-12 18:37:10 -0500
committerPeter Foley <pefoley2@verizon.net>2012-11-13 17:03:35 -0500
commite1f742a601c1c1c0535d796e7a7705990a9da891 (patch)
tree8d1d08d9e1f36359c47eeb70a773154cbabcbf21 /l10ntools/Executable_uiex.mk
parentfdo#56776: Change in formula options should cause repaint. (diff)
downloadcore-e1f742a601c1c1c0535d796e7a7705990a9da891.tar.gz
core-e1f742a601c1c1c0535d796e7a7705990a9da891.zip
fix system boost
Change-Id: Id80557cb47ab471a0f3a643a1c11a59e89c14c54
Diffstat (limited to 'l10ntools/Executable_uiex.mk')
-rw-r--r--l10ntools/Executable_uiex.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/l10ntools/Executable_uiex.mk b/l10ntools/Executable_uiex.mk
index 03699f67a505..064b2078479e 100644
--- a/l10ntools/Executable_uiex.mk
+++ b/l10ntools/Executable_uiex.mk
@@ -18,8 +18,6 @@ $(eval $(call gb_Executable_use_libraries,uiex,\
sal \
))
-$(eval $(call gb_Executable_use_unpacked,uiex,boost))
-
$(eval $(call gb_Executable_use_static_libraries,uiex,\
transex \
))
@@ -32,6 +30,7 @@ $(eval $(call gb_Executable_use_externals,uiex,\
libexslt \
libxml2 \
libxslt \
+ boost_headers \
))
# vim: set noet sw=4 ts=4: