diff options
author | David Tardon <dtardon@redhat.com> | 2012-10-31 13:21:25 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-31 13:22:30 +0100 |
commit | 069704d390d70afe507b5f049a472a6aefaed64d (patch) | |
tree | e3a9d4d06025ba4018bcafe8d4a09f226f718161 /scp2 | |
parent | 13b967e0edf0372fbd76e3ec5282fac7de6763a8 (diff) |
fdo#55514 libgmodule is needed too
Change-Id: Icee2ffbe18ea732220f174cd4bf433ceb03d128b
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/InstallModule_ooo.mk | 1 | ||||
-rw-r--r-- | scp2/source/ooo/mingw_dlls.scp | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk index c130b50da044..e1187243aa59 100644 --- a/scp2/InstallModule_ooo.mk +++ b/scp2/InstallModule_ooo.mk @@ -101,6 +101,7 @@ $(eval $(call gb_InstallModule_define_mingw_dll_if_set,scp2/ooo,\ MINGW_FREETYPE_DLL \ MINGW_GCRYPT_DLL \ MINGW_GLIB_DLL \ + MINGW_GMODULE_DLL \ MINGW_GNUTLS_DLL \ MINGW_GPG_ERROR_DLL \ MINGW_GRAPHITE2_DLL \ diff --git a/scp2/source/ooo/mingw_dlls.scp b/scp2/source/ooo/mingw_dlls.scp index 0fcf0b8fd39c..dab712ae06ce 100644 --- a/scp2/source/ooo/mingw_dlls.scp +++ b/scp2/source/ooo/mingw_dlls.scp @@ -46,10 +46,13 @@ MINGW_DLL( gid_Brand_File_Lib_Mingw_Libexpat, MINGW_EXPAT_DLL ) #endif #endif -#ifdef SYSTEM_GLIB +#if defined SYSTEM_GLIB || defined SYSTEM_LIBLANGTAG #ifdef NEEDS_MINGW_GLIB_DLL MINGW_DLL( gid_Brand_File_Lib_Mingw_Glib, MINGW_GLIB_DLL ) #endif +#ifdef NEEDS_MINGW_GMODULE_DLL +MINGW_DLL( gid_Brand_File_Lib_Mingw_Gmodule, MINGW_GMODULE_DLL ) +#endif #endif #ifdef SYSTEM_LIBLANGTAG |