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 <vmiklos@collabora.com>
This commit is contained in:
parent
e3dd37ce0c
commit
b83387a554
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue