postprocess/CustomTarget_registry.mk | 2 -- 1 file changed, 2 deletions(-)
New commits: commit b83387a55410a0f7701b3cb7898ef15a36668e4c Author: Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk> AuthorDate: Wed Sep 11 17:27:28 2024 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Tue Dec 3 12:54:44 2024 +0100 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 <vmik...@collabora.com> 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