diff options
author | Eike Rathke <erack@redhat.com> | 2012-08-04 17:28:11 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-08-06 19:36:15 +0200 |
commit | 744be134874a54723a3f14d66644c65691ddeb6a (patch) | |
tree | c577d9077c6ace485825143e5e77cdb78d04d80f /scp2 | |
parent | 28bcc8531b17b0deae9b9d38ddad789788a68a92 (diff) |
added liblangtag to installation
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/InstallModule_ooo.mk | 1 | ||||
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk index 652012b0b43c..edfebe697c63 100644 --- a/scp2/InstallModule_ooo.mk +++ b/scp2/InstallModule_ooo.mk @@ -69,6 +69,7 @@ $(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\ SYSTEM_LIBEXTTEXTCAT \ SYSTEM_LIBGSF \ SYSTEM_LIBJPEG \ + SYSTEM_LIBLANGTAG \ SYSTEM_LIBRSVG \ SYSTEM_LIBXML \ SYSTEM_LIBXSLT \ diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 8d4967cedd11..5f307ca91743 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -757,6 +757,24 @@ End #endif + +#ifndef SYSTEM_LIBLANGTAG + +#ifdef UNX +File gid_File_Lib_Langtag + LIB_FILE_BODY; + // FIXME: use version vars; NOTE: currently it's 0.1.0 despite of being 0.2.0 ... + Name = STRING(CONCAT8(liblangtag,UNXSUFFIX,.,0,.,1,.,0)); + Dir = SCP2_OOO_BIN_DIR; + Styles = (PACKED); +End +#else + // WNT statically linked to libi18nisolang1 +#endif + +#endif + + #ifdef SOLAR_JAVA STD_LIB_FILE( gid_File_Lib_Jdbc, jdbc) |