From b83387a55410a0f7701b3cb7898ef15a36668e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=C5=BE=20Vajngerl?= Date: Wed, 11 Sep 2024 17:27:28 +0200 Subject: [PATCH] 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/+/177727 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- postprocess/CustomTarget_registry.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index 4be442c49ae4..6b96ef28c36d 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -408,12 +408,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