From 187077c21bd73e22f35370ad8a475191614a398d Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 12 Dec 2011 22:05:50 +0200 Subject: [PATCH] Skip more components for Android and iOS --- postprocess/packcomponents/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index c1ec972a52f4..cf5f1bfd5768 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -144,8 +144,6 @@ my_components = \ dbtools \ embobj \ flat \ - fpicker \ - fps_office \ guesslang \ hyphen \ lnth \ @@ -155,7 +153,6 @@ my_components = \ sdbc2 \ spell \ srtrs1 \ - syssh \ ucb1 \ ucpexpand1 \ ucpext \ @@ -177,10 +174,13 @@ my_components += \ component/desktop/source/offacc/offacc \ component/desktop/source/splash/spl \ dbp \ + fpicker \ + fps_office \ log \ pcr \ res \ scn \ + syssh \ tvhlp1 \ ucpchelp1 \ updatefeed \ @@ -345,7 +345,7 @@ my_components += mozbootstrap my_components += fps_kde4 .END -.IF "$(OS)" != "WNT" +.IF "$(OS)" != "WNT" && "$(OS)" != "ANDROID" && "$(OS)" != "IOS" my_components += cmdmail .END