diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-12-06 23:23:12 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-12-07 09:00:26 +0100 |
commit | 83375454ca1151fabf797f0c47cc8d10156ebc98 (patch) | |
tree | 301218273c95ff547a47ed81b8de69f8114e229e /vcl | |
parent | 8e6865188242bccb3d8aa857ddc990d72a058d3d (diff) |
Fix more new dependencies on boost_headers
Same as 97b3e455802cfc08568ec5e8379c509efe3e47b1 "Fix some new dependencies on
boost_headers"
Change-Id: I0f10374650847f4c50a8cff530c15e65906865ad
Reviewed-on: https://gerrit.libreoffice.org/84672
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/CppunitTest_vcl_png_test.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/CppunitTest_vcl_png_test.mk b/vcl/CppunitTest_vcl_png_test.mk index 1f88209313a0..fc513eaecf17 100644 --- a/vcl/CppunitTest_vcl_png_test.mk +++ b/vcl/CppunitTest_vcl_png_test.mk @@ -18,6 +18,8 @@ $(eval $(call gb_CppunitTest_set_include,vcl_png_test,\ -I$(SRCDIR)/vcl/inc \ )) +$(eval $(call gb_CppunitTest_use_external,vcl_png_test,boost_headers)) + $(eval $(call gb_CppunitTest_use_libraries,vcl_png_test, \ comphelper \ cppu \ |