xmlsecurity/Module_xmlsecurity.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit acc7cee4b3a0f09b73e467596ca308e77b7ace48
Author:     Miklos Vajna <[email protected]>
AuthorDate: Tue Oct 7 13:27:36 2025 +0200
Commit:     Caolán McNamara <[email protected]>
CommitDate: Wed Oct 8 09:29:38 2025 +0200

    xmlsecurity: fix --disable-gpgmepp build
    
    xmlsecurity/Library_xsec_xmlsec.mk already uses the ENABLE_GPGMEPP
    conditional to build gpg code, but this test was added unconditionally.
    
    Change-Id: I7235ca76eb2d2f0d36dc3bf692e866251edf583d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192040
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/xmlsecurity/Module_xmlsecurity.mk 
b/xmlsecurity/Module_xmlsecurity.mk
index afb1e251586a..f2cdbee6ffa8 100644
--- a/xmlsecurity/Module_xmlsecurity.mk
+++ b/xmlsecurity/Module_xmlsecurity.mk
@@ -48,9 +48,11 @@ $(eval $(call gb_Module_add_screenshot_targets,xmlsecurity,\
     CppunitTest_xmlsecurity_dialogs_test \
 ))
 
+ifeq ($(ENABLE_GPGMEPP),TRUE)
 $(eval $(call gb_Module_add_uicheck_targets,xmlsecurity,\
        UITest_xmlsecurity_gpg \
 ))
+endif
 
 ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
 ifneq (,$(or $(ENABLE_NSS),$(filter WNT,$(OS))))

Reply via email to