summaryrefslogtreecommitdiff
path: root/sd/Package_xml.mk
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2025-03-03 17:15:54 +0100
committerAndras Timar <andras.timar@collabora.com>2025-03-06 10:33:28 +0100
commitf78a20ea166123c6891c06b50b6a2394e4fcae06 (patch)
tree091c9b7e31f0a30c289e7daa0bc873022457246c /sd/Package_xml.mk
parent6c7593e0366cb7705234960d555a451e27753725 (diff)
LOK: add OpenGL transitions to impress package
This is a follow-up to b83387a55410a0f7701b3cb7898ef15a36668e4c that added the necessary files to instdir, when ENABLE_OPENGL_TRANSITIONS was not TRUE. That variable is unset for LOKit/COOL for various reasons: 1) disabled for MPL-only build 2) disabled without X11 So I add the files from instdir to impress deb/rpm package based on the conditions: 1) the target operating system is LINUX, and 2) USING_X11 is not defined. That is the LOKit/COOL case, and I hope it will not interfere with anything else. Change-Id: Ia04249c5ed609b2d8e7695ae6e8dd648cdf9b825 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182438 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.com> (cherry picked from commit af65c54f9c2ca7750a9466e21745efb9b449ec78) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182452 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sd/Package_xml.mk')
-rw-r--r--sd/Package_xml.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/Package_xml.mk b/sd/Package_xml.mk
index 555d46021bb7..30eb90674db9 100644
--- a/sd/Package_xml.mk
+++ b/sd/Package_xml.mk
@@ -12,6 +12,7 @@ $(eval $(call gb_Package_Package,sd_xml,$(SRCDIR)/sd/xml))
$(eval $(call gb_Package_add_files,sd_xml,$(LIBO_SHARE_FOLDER)/config/soffice.cfg/simpress,\
effects.xml \
transitions.xml \
+ $(if $(filter LINUX,$(OS)),$(if $(USING_X11),,transitions-ogl.xml)) \
layoutlist.xml \
objectlist.xml \
styles.xml \