summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-12-12 22:05:50 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-12-12 22:15:03 +0200
commit187077c21bd73e22f35370ad8a475191614a398d (patch)
tree39edb0b660d16d694b5833e6b170e2b323bf8f2a /postprocess
parentd6723c4efa3078c43384685f54cd46d163a031f3 (diff)
Skip more components for Android and iOS
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/packcomponents/makefile.mk8
1 files 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