[Libreoffice-commits] .: vcl/source
Tor Lillqvist
tml at kemper.freedesktop.org
Fri Jun 3 04:11:11 PDT 2011
vcl/source/components/rasterizer_rsvg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6e5f48a6434771d80aae46dfa68234c6d2534da4
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Fri Jun 3 14:10:45 2011 +0300
Match the change in GLib DLL names
diff --git a/vcl/source/components/rasterizer_rsvg.cxx b/vcl/source/components/rasterizer_rsvg.cxx
index 1e0d23f..006b30b 100644
--- a/vcl/source/components/rasterizer_rsvg.cxx
+++ b/vcl/source/components/rasterizer_rsvg.cxx
@@ -48,7 +48,7 @@
#define VCL_RSVG_CAIRO_LIBNAME "libcairo.so"
#define VCL_RSVG_LIBRSVG_LIBNAME "librsvg-2.so"
#elif defined WNT
- #define VCL_RSVG_GOBJECT_LIBNAME "gobject-2.0.dll"
+ #define VCL_RSVG_GOBJECT_LIBNAME "gobjectlo.dll"
#define VCL_RSVG_CAIRO_LIBNAME "cairo.dll"
#define VCL_RSVG_LIBRSVG_LIBNAME "librsvg-2-2.dll"
#else
More information about the Libreoffice-commits
mailing list