summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scp2/source/ooo/file_library_ooo.scp34
1 files changed, 18 insertions, 16 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 50bfdaf55c49..dbb27f69c528 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -1708,22 +1708,9 @@ STD_LIB_FILE(gid_File_Lib_Unordf, unordf)
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;
- Styles = (PACKED);
- Dir = SCP2_OOO_BIN_DIR;
- #ifdef MACOSX
- Name = "libintl.8.dylib";
- #elif defined WNT
- Name = "intl.dll";
- #endif
-End
-#endif
-
-#if ! defined SYSTEM_GLIB
+#if !defined SYSTEM_GLIB \
+ && ((defined ENABLE_LIBLANGTAG && !defined SYSTEM_LIBLANGTAG) \
+ || (ENABLE_LIBRSVG && !defined SYSTEM_LIBRSVG))
File gid_File_Lib_Glib
LIB_FILE_BODY;
Styles = (PACKED);
@@ -1776,6 +1763,21 @@ File gid_File_Lib_Gmodule
End
#endif
+// RSVG and dependencies
+#if ENABLE_LIBRSVG
+#if ! defined (SYSTEM_GETTEXT)
+File gid_File_Lib_Intl
+ LIB_FILE_BODY;
+ Styles = (PACKED);
+ Dir = SCP2_OOO_BIN_DIR;
+ #ifdef MACOSX
+ Name = "libintl.8.dylib";
+ #elif defined WNT
+ Name = "intl.dll";
+ #endif
+End
+#endif
+
#if ! defined SYSTEM_GDKPIXBUF
File gid_File_Lib_Gdkpixbuf
LIB_FILE_BODY;