diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-06-11 09:21:15 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-06-11 10:16:44 +0200 |
commit | 3514b18f173c1ed7ab32e9d8820a588ba0d880d7 (patch) | |
tree | 99e0fa5749b469cefc661c812bf670fa6395d1ed | |
parent | 2baf6f654244a67715e4b3d86c49144ce6b5dd13 (diff) |
CppunitTest_vcl_svm_test: add missing basegfx link
Missing probably because
https://gerrit.libreoffice.org/c/core/+/116967/1 was merged before its
https://gerrit.libreoffice.org/c/core/+/116959/4 parent.
Change-Id: I0c6304c98f27e1f24ee615e4580c8ad7458bf79b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117027
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
-rw-r--r-- | vcl/CppunitTest_vcl_svm_test.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/CppunitTest_vcl_svm_test.mk b/vcl/CppunitTest_vcl_svm_test.mk index 92b4dbaafd14..5d8071c42ff3 100644 --- a/vcl/CppunitTest_vcl_svm_test.mk +++ b/vcl/CppunitTest_vcl_svm_test.mk @@ -30,6 +30,7 @@ $(eval $(call gb_CppunitTest_set_include,vcl_svm_test,\ )) $(eval $(call gb_CppunitTest_use_libraries,vcl_svm_test, \ + basegfx \ comphelper \ cppu \ cppuhelper \ |