unotest/Library_embindtest.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5a3c5b3e7522ebc63c88dc5dc53b732b2fe6fbbf
Author:     Stephan Bergmann <stephan.bergm...@collabora.com>
AuthorDate: Thu Aug 7 14:27:31 2025 +0200
Commit:     Stephan Bergmann <stephan.bergm...@collabora.com>
CommitDate: Thu Aug 7 21:13:06 2025 +0200

    Missing dependency
    
    ...for DbgTestSolarMutex, since 85933f0473e67b55b94f46320683dd9516801a62 
"Skip
    dubious LOKit SolarMutex acquire for Emscripten"
    
    Change-Id: I6f22c68136838e67d5155180d1a250a72e3fdc17
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189088
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <stephan.bergm...@collabora.com>

diff --git a/unotest/Library_embindtest.mk b/unotest/Library_embindtest.mk
index be18ca4d792d..723c3381ed9d 100644
--- a/unotest/Library_embindtest.mk
+++ b/unotest/Library_embindtest.mk
@@ -20,6 +20,7 @@ $(eval $(call gb_Library_use_libraries,embindtest, \
     cppuhelper \
     sal \
     salhelper \
+    tl \
     vcl \
 ))
 

Reply via email to