summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_impress.mk
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-02-07 13:03:17 -0800
committerAndras Timar <andras.timar@collabora.com>2015-02-08 08:05:31 +0000
commit5f4443255386ed205abec7f69f820244d94cd288 (patch)
treeabd1889e8c1053a658f20eef5f6ae08ec2f9831f /scp2/InstallModule_impress.mk
parentf6dfb3b4098f4554782e35fdb471ef69f2f53386 (diff)
tdf#89135 install OpenGL slide transitions unconditionally on Windows
Change-Id: I6efaaf56d56f27159f39046bdf2112ff2b9ed082 Reviewed-on: https://gerrit.libreoffice.org/14360 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'scp2/InstallModule_impress.mk')
-rw-r--r--scp2/InstallModule_impress.mk7
1 files changed, 5 insertions, 2 deletions
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: