diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-08-26 14:38:43 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-08-27 10:51:33 +0300 |
commit | 063a37930799b5b487e03525896f98af9cb53232 (patch) | |
tree | 5a2111e81a1fa041e071f6ca9b39338d15278971 /postprocess/packregistry | |
parent | 8a59e50a495f13e1f581c55068fccda8698803eb (diff) |
Bypass stuff not built for iOS and non-desktop OSes
Diffstat (limited to 'postprocess/packregistry')
-rw-r--r-- | postprocess/packregistry/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk index 1b67b07cc807..ce9f3cdba129 100644 --- a/postprocess/packregistry/makefile.mk +++ b/postprocess/packregistry/makefile.mk @@ -313,6 +313,8 @@ MY_FILES_main += \ $(MY_MOD)/org/openoffice/Office/Common-wnt.xcu \ $(MY_MOD)/org/openoffice/Office/Paths-unxwnt.xcu # Inet-wnt.xcu must come after Inet.xcu +.ELIF "$(GUIBASE)" == "cocoatouch" +# ? .ELSE ERROR : unknown-GUIBASE .END @@ -354,6 +356,7 @@ MY_FILES_math = \ $(MY_MOD)/org/openoffice/Office/Embedding-math.xcu \ $(MY_MOD)/org/openoffice/Setup-math.xcu +.IF "$(BUILD_TYPE)" != "$(BUILD_TYPE:s/DESKTOP//)" MY_DEPS_onlineupdate = main MY_FILES_onlineupdate = \ $(MY_MOD)/org/openoffice/Office/Addons/Addons-onlineupdate.xcu \ @@ -363,6 +366,7 @@ MY_DEPS_oooimprovement = main MY_FILES_oooimprovement = \ $(MY_MOD)/org/openoffice/Office/Jobs/Jobs-oooimprovement.xcu \ $(MY_MOD)/org/openoffice/Office/Logging/Logging-oooimprovement.xcu +.ENDIF MY_DEPS_palm = main MY_FILES_palm = \ |