Kaydet (Commit) 5f444325 authored tarafından Andras Timar's avatar Andras Timar

tdf#89135 install OpenGL slide transitions unconditionally on Windows

Change-Id: I6efaaf56d56f27159f39046bdf2112ff2b9ed082
Reviewed-on: https://gerrit.libreoffice.org/14360Reviewed-by: 's avatarAndras Timar <andras.timar@collabora.com>
Tested-by: 's avatarAndras Timar <andras.timar@collabora.com>
üst f6dfb3b4
...@@ -27,11 +27,14 @@ $(eval $(call gb_InstallModule_add_scpfiles,scp2/impress,\ ...@@ -27,11 +27,14 @@ $(eval $(call gb_InstallModule_add_scpfiles,scp2/impress,\
scp2/source/impress/file_impress \ scp2/source/impress/file_impress \
)) ))
$(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/impress,\ $(eval $(call gb_InstallModule_add_scpfiles,scp2/impress,\
scp2/source/impress/module_impress \
$(if $(filter TRUE,$(ENABLE_OPENGL)),\ $(if $(filter TRUE,$(ENABLE_OPENGL)),\
scp2/source/impress/module_ogltrans \ scp2/source/impress/module_ogltrans \
) \ ) \
)) ))
$(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/impress,\
scp2/source/impress/module_impress \
))
# vim: set shiftwidth=4 tabstop=4 noexpandtab: # vim: set shiftwidth=4 tabstop=4 noexpandtab:
...@@ -22,11 +22,11 @@ ...@@ -22,11 +22,11 @@
Module gid_Module_Optional_OGLTrans Module gid_Module_Optional_OGLTrans
PackageInfo = "packinfo_office.txt"; PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC(MODULE_OPTIONAL_OGLTRANS);
ParentID = gid_Module_Optional; ParentID = gid_Module_Optional;
Files = ( auto_ogltrans_ALL, gid_File_Share_Config_Sofficecfg_Impress_Transitions_OGL_Xml, gid_File_Share_Registry_Ogltrans_Xcd ); Files = ( auto_ogltrans_ALL, gid_File_Share_Config_Sofficecfg_Impress_Transitions_OGL_Xml, gid_File_Share_Registry_Ogltrans_Xcd );
Minimal = NO; Minimal = YES;
Default = NO; Default = YES;
Styles = (HIDDEN_ROOT);
End End
File gid_File_Share_Config_Sofficecfg_Impress_Transitions_OGL_Xml File gid_File_Share_Config_Sofficecfg_Impress_Transitions_OGL_Xml
......
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
[STR_NAME_MODULE_OPTIONAL_OGLTRANS]
en-US = "OpenGL slide transitions for %PRODUCTNAME Impress"
[STR_DESC_MODULE_OPTIONAL_OGLTRANS]
en-US = "OpenGL slide transitions for %PRODUCTNAME Impress."
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment