From 5f4443255386ed205abec7f69f820244d94cd288 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sat, 7 Feb 2015 13:03:17 -0800 Subject: tdf#89135 install OpenGL slide transitions unconditionally on Windows Change-Id: I6efaaf56d56f27159f39046bdf2112ff2b9ed082 Reviewed-on: https://gerrit.libreoffice.org/14360 Reviewed-by: Andras Timar Tested-by: Andras Timar --- scp2/InstallModule_impress.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'scp2/InstallModule_impress.mk') diff --git a/scp2/InstallModule_impress.mk b/scp2/InstallModule_impress.mk index 0f10c9ddb420..c8d04a49dc9b 100644 --- a/scp2/InstallModule_impress.mk +++ b/scp2/InstallModule_impress.mk @@ -27,11 +27,14 @@ $(eval $(call gb_InstallModule_add_scpfiles,scp2/impress,\ scp2/source/impress/file_impress \ )) -$(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/impress,\ - scp2/source/impress/module_impress \ +$(eval $(call gb_InstallModule_add_scpfiles,scp2/impress,\ $(if $(filter TRUE,$(ENABLE_OPENGL)),\ 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: -- cgit