diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-01-20 01:47:37 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-01-20 01:47:37 +0100 |
commit | 8a99e4b0de7a516b8577d34dd39296afda604290 (patch) | |
tree | 750a10093271609962e700d96f5227b23b39eea6 /scp2 | |
parent | 00c523c0daac1934e300775ea370003e84da1971 (diff) |
No LOKDocView packaging for Win/Mac for the while
This unbreaks Windows packaging after
85b46f51928dc17cda1bc974bca9159de9221b4d - I guess this should be
Linux-only for the moment.
Change-Id: Ie19f7f3e4b611e2884e3fdb1a64c63927b018989
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/InstallModule_ooo.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk index 47c8cc697f04..2f4320beec5c 100644 --- a/scp2/InstallModule_ooo.mk +++ b/scp2/InstallModule_ooo.mk @@ -103,7 +103,9 @@ $(eval $(call gb_InstallModule_add_scpfiles,scp2/ooo,\ scp2/source/ooo/mingw_dlls \ ) \ scp2/source/ooo/module_filter \ - scp2/source/ooo/module_libreofficekit \ + $(if $(filter-out MACOSX WNT,$(OS)), \ + scp2/source/ooo/module_libreofficekit \ + ) \ )) $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/ooo,\ |