Kaydet (Commit) e10aed11 authored tarafından Korrawit Pruegsanusak's avatar Korrawit Pruegsanusak

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
üst 98a11f3a
...@@ -1622,6 +1622,7 @@ STD_LIB_FILE( gid_File_Lib_For, for) ...@@ -1622,6 +1622,7 @@ STD_LIB_FILE( gid_File_Lib_For, for)
STD_LIB_FILE( gid_File_Lib_Forui, forui) STD_LIB_FILE( gid_File_Lib_Forui, forui)
// RSVG and dependencies // RSVG and dependencies
#if ENABLE_LIBRSVG
#if ! defined (SYSTEM_GETTEXT) #if ! defined (SYSTEM_GETTEXT)
File gid_File_Lib_Intl File gid_File_Lib_Intl
LIB_FILE_BODY; LIB_FILE_BODY;
...@@ -1688,8 +1689,6 @@ File gid_File_Lib_Gmodule ...@@ -1688,8 +1689,6 @@ File gid_File_Lib_Gmodule
End End
#endif #endif
#if ENABLE_LIBRSVG
#if ! defined SYSTEM_GDKPIXBUF #if ! defined SYSTEM_GDKPIXBUF
File gid_File_Lib_Gdkpixbuf File gid_File_Lib_Gdkpixbuf
LIB_FILE_BODY; LIB_FILE_BODY;
...@@ -1773,7 +1772,7 @@ File gid_File_Lib_Librsvg ...@@ -1773,7 +1772,7 @@ File gid_File_Lib_Librsvg
End End
#endif #endif
#endif #endif // #if ENABLE_LIBRSVG
#if defined(WNT) && defined(HAVE_WINDOWS_SDK) #if defined(WNT) && defined(HAVE_WINDOWS_SDK)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment