postprocess/CustomTarget_registry.mk |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit d5a6f7dff9f4bdeac46f2207267935a07b6f4936
Author:     Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk>
AuthorDate: Wed Sep 11 17:27:28 2024 +0200
Commit:     Tomaž Vajngerl <qui...@gmail.com>
CommitDate: Wed Sep 11 17:45:43 2024 +0200

    add OpenGL transitions even when OpenGL is not available
    
    This is needed for online, so the sidebar fills all the available
    transitions.
    
    Change-Id: Id3af1ed0272305fe7f1ab2d5dddd967276bbbb3d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173219
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Tested-by: Pedro Silva <pedro.si...@collabora.com>
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>
    Reviewed-by: Pedro Silva <pedro.si...@collabora.com>

diff --git a/postprocess/CustomTarget_registry.mk 
b/postprocess/CustomTarget_registry.mk
index c68168b2df69..3a45ac47a53a 100644
--- a/postprocess/CustomTarget_registry.mk
+++ b/postprocess/CustomTarget_registry.mk
@@ -403,12 +403,10 @@ postprocess_FILES_onlineupdate := \
        $(call 
gb_XcuModuleTarget_get_target,extensions/source/update/check)/org/openoffice/Office/Jobs-onlineupdate.xcu
 endif
 
-ifeq ($(ENABLE_OPENGL_TRANSITIONS),TRUE)
 postprocess_XCDS += ogltrans.xcd
 postprocess_DEPS_ogltrans := main
 postprocess_FILES_ogltrans := \
        $(postprocess_MOD)/org/openoffice/Office/Impress-ogltrans.xcu
-endif
 
 ifeq ($(ENABLE_PDFIMPORT),TRUE)
 postprocess_XCDS += pdfimport.xcd

Reply via email to