From e10aed115b5c861e0e639d374c54b3d0b760502e Mon Sep 17 00:00:00 2001 From: Korrawit Pruegsanusak Date: Thu, 23 Feb 2012 22:48:44 +0700 Subject: glib and gettext are only needed when ENABLE_LIBRSVG Although 'gettext' is a 'cross_toolset' dependency, it seems irrelevant. See http://lists.freedesktop.org/archives/libreoffice/2012-February/025771.html --- scp2/source/ooo/file_library_ooo.scp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scp2') diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index b30122193f7a..0ab45665226c 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -1622,6 +1622,7 @@ STD_LIB_FILE( gid_File_Lib_For, for) STD_LIB_FILE( gid_File_Lib_Forui, forui) // RSVG and dependencies +#if ENABLE_LIBRSVG #if ! defined (SYSTEM_GETTEXT) File gid_File_Lib_Intl LIB_FILE_BODY; @@ -1688,8 +1689,6 @@ File gid_File_Lib_Gmodule End #endif -#if ENABLE_LIBRSVG - #if ! defined SYSTEM_GDKPIXBUF File gid_File_Lib_Gdkpixbuf LIB_FILE_BODY; @@ -1773,7 +1772,7 @@ File gid_File_Lib_Librsvg End #endif -#endif +#endif // #if ENABLE_LIBRSVG #if defined(WNT) && defined(HAVE_WINDOWS_SDK) -- cgit