diff options
author | Andras Timar <atimar@suse.com> | 2012-12-12 00:02:36 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-12-12 00:10:26 +0100 |
commit | 31f1a12ca545a0cafcf855346c77752ee17d0efe (patch) | |
tree | 62c1210db547a0d9d891f9bf595578f066adf9b0 /scp2/InstallModule_python.mk | |
parent | 70d0f2cc1607a112f76f4fca22bed3d61eef6122 (diff) |
LibreLogo should be an optional module
On Windows it is installed by default, but can be disabled in
the installer easily.
Change-Id: Ic820f08b51edf71eb09fd3533dc42b82bd06bb38
Diffstat (limited to 'scp2/InstallModule_python.mk')
-rw-r--r-- | scp2/InstallModule_python.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scp2/InstallModule_python.mk b/scp2/InstallModule_python.mk index 42f80c5fba10..eedc2cb4de50 100644 --- a/scp2/InstallModule_python.mk +++ b/scp2/InstallModule_python.mk @@ -55,11 +55,13 @@ endif $(eval $(call gb_InstallModule_add_scpfiles,scp2/python,\ scp2/source/python/file_python \ + scp2/source/python/file_python_librelogo \ scp2/source/python/profileitem_python \ )) $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/python,\ scp2/source/python/module_python \ + scp2/source/python/module_python_librelogo \ scp2/source/python/module_python_mailmerge \ )) |