[Libreoffice-commits] .: postprocess/packcomponents

Thorsten Behrens thorsten at kemper.freedesktop.org
Thu Mar 24 07:32:34 PDT 2011


 postprocess/packcomponents/makefile.mk |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 259021767341b5074d8a2c55d47031130e16ff25
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Thu Mar 24 15:29:26 2011 +0100

    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.

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


More information about the Libreoffice-commits mailing list