summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2011-03-24 15:29:26 +0100
committerThorsten Behrens <tbehrens@novell.com>2011-03-24 15:29:26 +0100
commit259021767341b5074d8a2c55d47031130e16ff25 (patch)
treee4538636e46d86e2348897245876745746f39405
parentc1d0331751b35257495c2a8abdf4de60689d8461 (diff)
Align postprocess with recent quickstarter changes in desktop
This aligns the mac build with the 151e325d9adc2e073835665bf2b3c004444b0726 changes in desktop, which is now disabled for mac.
-rw-r--r--postprocess/packcomponents/makefile.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index f20151c..106d096 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -150,7 +150,6 @@ my_components = \
solver \
spell \
spl \
- splash \
srtrs1 \
stringresource \
svgfilter \
@@ -185,6 +184,10 @@ my_components = \
xsltfilter \
xstor
+.IF "$(OS)" != "MACOSX"
+my_components += splash
+.END
+
.IF "$(BUILD_SPECIAL)" != ""
my_components += oooimprovement
.END