diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-10-17 22:09:39 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-10-17 22:11:15 +0200 |
commit | a2e59ec887ffc42f9c7d7f6cbfd4ca5035eca091 (patch) | |
tree | 1e6bea80d31f33d373005d279b8ced28e6a34421 /sax | |
parent | 7527e8f71bbdb87f283a6c19e4dbdfa0faf0622a (diff) |
sax_parser: needs also boost_headers
Change-Id: I2b0dd5a63d3a0d064c6431e01ad76fff111b67e6
Diffstat (limited to 'sax')
-rw-r--r-- | sax/CppunitTest_sax_parser.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sax/CppunitTest_sax_parser.mk b/sax/CppunitTest_sax_parser.mk index fd31c1079ca6..fe411d551fca 100644 --- a/sax/CppunitTest_sax_parser.mk +++ b/sax/CppunitTest_sax_parser.mk @@ -21,6 +21,10 @@ $(eval $(call gb_CppunitTest_use_libraries,sax_parser, \ $(gb_UWINAPI) \ )) +$(eval $(call gb_CppunitTest_use_externals,sax_parser, \ + boost_headers \ +)) + $(eval $(call gb_CppunitTest_use_sdk_api,sax_parser)) $(eval $(call gb_CppunitTest_use_ure,sax_parser)) |