summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-02-23 22:48:44 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-02-23 22:58:08 +0700
commite10aed115b5c861e0e639d374c54b3d0b760502e (patch)
treedcfb9d2ff4a4a3bc7d05633a8fa506ccf05461ec /scp2
parent98a11f3ad998a17e68a5cf5769cd39eead389f86 (diff)
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
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/file_library_ooo.scp5
1 files changed, 2 insertions, 3 deletions
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)