summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2014-02-12 06:53:02 -0200
committerMichael Stahl <mstahl@redhat.com>2014-02-17 11:39:27 +0100
commitf70343bbbb2dd1160edace1a2f457fb3b33a7322 (patch)
treee50072e7cb7dea621bdf4796db0ac8958845579d /scp2
parent067d08029384af6e620f0fc48e31ff2a740e1fc8 (diff)
fdo#60924: Move more libs/packages to autoinstall
Change-Id: I687f45eeea1e60e8076222865bd803c2ad18f758
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/file_library_ooo.scp40
-rw-r--r--scp2/source/ooo/module_hidden_ooo.scp5
2 files changed, 0 insertions, 45 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index c1a93042b92f..5aace430d2ac 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -26,17 +26,6 @@
************************************************************************/
#include "macros.inc"
-#ifndef SYSTEM_CLUCENE
-File gid_File_Lib_CLucene
- PACKED_LIB_FILE_BODY;
- #ifdef UNX
- Name = STRING(CONCAT2(libclucene,UNXSUFFIX));
- #else
- Name = "clucene.dll";
- #endif
-End
-#endif
-
#if defined _MSC_VER
File gid_File_Lib_Cli_Oootypes_Assembly
@@ -121,21 +110,6 @@ End
#endif
#endif
-#ifdef NEED_CAIRO
-
-#ifndef WNT
-
-File gid_File_Lib_Pixman
- LIB_FILE_BODY;
- Styles = (FILELIST);
- Dir = FILELIST_DIR;
- Name = "pixman.filelist";
-End
-
-#endif
-
-#endif
-
#ifndef SYSTEM_ICU
File gid_File_Lib_Icudata
@@ -190,20 +164,6 @@ End
STD_LIB_FILE( gid_File_Lib_BaseBmp, basebmp )
#endif
-#if ! defined UNX
-File gid_File_Lib_Sysdtrans
- PACKED_LIB_FILE_BODY;
- Name = "sysdtrans.dll";
-End
-#endif
-
-#ifndef DISABLE_NEON
-SPECIAL_LIB_FILE(gid_File_Lib_Ucpdav1,ucpdav1)
- #ifndef SYSTEM_NEON
- SPECIAL_LIB_FILE(gid_File_Lib_Neon,neon)
- #endif
-#endif
-
#if !defined(ANDROID) && !defined(IOS) //FIXME: get nss&xmlsec building
//we need the nss libs for libxmlsec (or if the internal mozilla is enabled)
#ifndef SYSTEM_NSS
diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp
index 6f29752aa5a3..0daac7fc4df3 100644
--- a/scp2/source/ooo/module_hidden_ooo.scp
+++ b/scp2/source/ooo/module_hidden_ooo.scp
@@ -142,7 +142,6 @@ Module gid_Module_Root_Files_4
auto_ooobinarytable_ALL,
gid_File_Lib_Bib,
gid_File_Lib_J,
- gid_File_Lib_Sysdtrans,
gid_File_Lib_BaseBmp,
gid_File_Lib_Zip);
End
@@ -157,9 +156,6 @@ Module gid_Module_Root_Files_5
Default = YES;
Styles = (HIDDEN_ROOT);
Files = (gid_File_Lib_Crypto,
-#if ! defined SYSTEM_CLUCENE
- gid_File_Lib_CLucene,
-#endif
gid_Unixlink_File_Lib_Curl,
gid_File_Lib_Icudata,
gid_File_Lib_Icui18n,
@@ -187,7 +183,6 @@ Module gid_Module_Root_Files_5
gid_File_Lib_Sqlite3,
gid_File_Lib_Ssl3,
gid_File_Lib_Sndfile,
- gid_File_Lib_Ucpdav1,
gid_File_Lib_Neon,
gid_Unixlink_File_Lib_Xslt,
gid_Unixlink_File_Lib_eXslt,