diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-18 18:25:29 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-18 18:26:42 +0200 |
commit | fe4c47e41febceb4972d79874ccae4704be9b34b (patch) | |
tree | 985b18a19812c8e572824f8a011cf380a54b405a /postprocess/packregistry | |
parent | 64d1fcb11f4915df960ec81bc9168a557199090f (diff) |
Some clean-up of mork-related changs
And reverted for now the configure error when --enable-mozilla on non-Windows;
it is still used for other features, too.
Change-Id: I1ce5ff1a7a3d140a1ab7ba1e905166d91229c926
Diffstat (limited to 'postprocess/packregistry')
-rw-r--r-- | postprocess/packregistry/makefile.mk | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk index bbbc2c32ae9f..9a8b33067fd8 100644 --- a/postprocess/packregistry/makefile.mk +++ b/postprocess/packregistry/makefile.mk @@ -352,26 +352,14 @@ MY_FILES_main += $(MY_MOD)/org/openoffice/Office/DataAccess/Drivers-kab.xcu MY_DRIVERS += kab .END - -# somebody would simplify that? ;-) -.IF "$(OS)" == "WNT" -.IF "$(SYSTEM_MOZILLA)" != "YES" && "$(WITH_MOZILLA)" != "NO" && \ - "$(OS)" != "MACOSX" .IF "$(OS)" == "WNT" +.IF "$(SYSTEM_MOZILLA)" != "YES" && "$(WITH_MOZILLA)" != "NO" MY_FILES_main += $(MY_MOD)/org/openoffice/Office/DataAccess/Drivers-mozab.xcu MY_DRIVERS += mozab -.ELSE -MY_FILES_main += $(MY_MOD)/org/openoffice/Office/DataAccess/Drivers-mozab2.xcu -MY_DRIVERS += mozab2 -.END .END - -.ELSE - -# new and shiny mork driver +.ELIF "$(OS)" != "ANDROID" && "$(OS)" != "IOS" MY_FILES_main += $(MY_MOD)/org/openoffice/Office/DataAccess/Drivers-mork.xcu MY_DRIVERS += mork - .END .IF "$(SYSTEM_LIBEXTTEXTCAT_DATA)" != "" |