[ooo-build-commit] .: download.in

Miklos Vajna vmiklos at kemper.freedesktop.org
Fri Jun 18 06:57:46 PDT 2010


 download.in |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 3c970f3932820fb2e7765ec0c29fce30d0650844
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Fri Jun 18 14:43:15 2010 +0200

    Don't download mdds when using --with-system-mdds
    
    * download.in: Add guard for mdds.

diff --git a/download.in b/download.in
index 997f58f..7dac980 100755
--- a/download.in
+++ b/download.in
@@ -450,7 +450,9 @@ source_file( '@OOO_EXTRA_ARTWORK@' ) if '@OOO_EXTRA_ARTWORK@';
 source_file( "biblio.tar.bz2" );
 
 # Required to build sc.
-source_file( "cf8a6967f7de535ae257fa411c98eb88-mdds_0.3.0.tar.bz2" );
+if ('@SYSTEM_MDDS@' ne 'YES') {
+    source_file( "cf8a6967f7de535ae257fa411c98eb88-mdds_0.3.0.tar.bz2" );
+}
 
 if (!$SPLIT && ($download_all || '@ENABLE_BINFILTER@' eq 'TRUE')) {
     source_file_ooo( "binfilter" );


More information about the ooo-build-commit mailing list