vcl/CppunitTest_vcl_gtk3_a11y.mk | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 417d0d50c8822910d93fa9edddc4e53b0260a344 Author: Stephan Bergmann <[email protected]> AuthorDate: Wed Oct 30 08:43:47 2024 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Wed Oct 30 12:40:12 2024 +0100 Missing test dependency Change-Id: I574ae3404ce4a9ad75176f2e2066563da60136ca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175809 Reviewed-by: Stephan Bergmann <[email protected]> Tested-by: Jenkins diff --git a/vcl/CppunitTest_vcl_gtk3_a11y.mk b/vcl/CppunitTest_vcl_gtk3_a11y.mk index cf2796ce7b79..dbfefbf1cc59 100644 --- a/vcl/CppunitTest_vcl_gtk3_a11y.mk +++ b/vcl/CppunitTest_vcl_gtk3_a11y.mk @@ -63,4 +63,6 @@ $(eval $(call gb_CppunitTest_use_vcl,vcl_gtk3_a11y)) $(eval $(call gb_CppunitTest_use_instdir_configuration,vcl_gtk3_a11y)) $(eval $(call gb_CppunitTest_use_common_configuration,vcl_gtk3_a11y)) +$(call gb_CppunitTest_get_target,vcl_gtk3_a11y): $(call gb_Library_get_target,vclplug_gtk3) + # vim: set noet sw=4 ts=4:
