mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-26 15:45:26 +00:00

This is a follow-up tob83387a554
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 commitaf65c54f9c
) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182452 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
SCript Particle Installer
This contains code that describes which pieces of the project should
be packaged and installed - it is used to build among other things
a setup_osl.inf
or .ins
file - that is used by solenv/bin/make_installer.pl
to build the installation.