diff options
author | David Ostrovsky <david@ostrovsky.org> | 2012-09-18 11:23:52 +0200 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2012-09-18 14:17:27 +0000 |
commit | 903065dda1e574f4791ff40c31e39f14ba710424 (patch) | |
tree | 1a8e0724031a3747465d61ae0b7e7c927b2e1292 /postprocess/packcomponents/makefile.mk | |
parent | b8a331fefc6332baa62144095d3f26cdb456d2c7 (diff) |
switch build system to mork driver implementation
On all non windows platforms no mozilla is used any more.
On windows it used for O and OE address book access.
Once alternative implementation for it exists,
mozilla can be stripped there too.
Change-Id: I54144005e6a284326b45a34eb958d170e872471e
Reviewed-on: https://gerrit.libreoffice.org/637
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'postprocess/packcomponents/makefile.mk')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index a40841a622fb..c62d058e6060 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -376,12 +376,23 @@ my_components += \ .END .IF "$(OS)" != "IOS" && "$(OS)" != "ANDROID" + +.IF "$(OS)" == "WNT" + .IF "$(OS)" != "MACOSX" && "$(SYSTEM_MOZILLA)" != "YES" && \ "$(WITH_MOZILLA)" != "NO" my_components += component/connectivity/source/drivers/mozab/mozab .ELSE my_components += component/connectivity/source/drivers/mozab/bootstrap/mozbootstrap .END + +.ELSE + +# new and shiny mork driver +my_components += component/connectivity/source/drivers/mork/mork + +.ENDIF + .ENDIF .IF "$(OS)" != "WNT" && "$(OS)" != "ANDROID" && "$(OS)" != "IOS" && "$(OS)" != "headless" |