1204
|
1 This file is part of mingw-cross-env. |
|
2 See doc/index.html for further information. |
|
3 |
|
4 commit 1ff5a73bee660f1d61f9cdd7c8d7aff29e959c4c |
|
5 Author: Mark Brand <mabrand@mabrand.nl> |
|
6 Date: Mon Sep 27 12:00:52 2010 +0200 |
|
7 |
|
8 fix .pc requirements |
|
9 |
|
10 diff --git a/librsvg.pc.in b/librsvg.pc.in |
|
11 index 372f199..b6ee7a9 100644 |
|
12 --- a/librsvg.pc.in |
|
13 +++ b/librsvg.pc.in |
|
14 @@ -9,7 +9,7 @@ css_supported=@CSS_SUPPORTED@ |
|
15 Name: librsvg |
|
16 Description: library that renders svg files |
|
17 Version: @VERSION@ |
|
18 -Requires: glib-2.0 gio-2.0 gdk-pixbuf-2.0 cairo |
|
19 +Requires: glib-2.0 gio-2.0 gdk-pixbuf-2.0 cairo libgsf-1 pangocairo libcroco-0.6 |
|
20 Requires.private: |
|
21 Libs: -L${libdir} -lrsvg-@RSVG_API_MAJOR_VERSION@ -lm |
|
22 Cflags: -I${includedir}/librsvg-@RSVG_API_VERSION@ |
|
23 |
|
24 commit 9a7e7ebee9aab83659b9aced51fb53de5427138d |
|
25 Author: Mark Brand <mabrand@mabrand.nl> |
|
26 Date: Mon Sep 27 12:02:45 2010 +0200 |
|
27 |
|
28 fix stray comma |
|
29 |
|
30 Taken from https://bugzilla.gnome.org/show_bug.cgi?id=630714 |
|
31 |
|
32 diff --git a/rsvg.h b/rsvg.h |
|
33 index 37e7930..41c4127 100644 |
|
34 --- a/rsvg.h |
|
35 +++ b/rsvg.h |
|
36 @@ -139,7 +139,7 @@ gboolean rsvg_handle_has_sub (RsvgHandle * handle, const char *id); |
|
37 /* GIO APIs */ |
|
38 |
|
39 typedef enum { |
|
40 - RSVG_HANDLE_FLAGS_NONE = 0, |
|
41 + RSVG_HANDLE_FLAGS_NONE = 0 |
|
42 } RsvgHandleFlags; |
|
43 |
|
44 void rsvg_handle_set_base_gfile (RsvgHandle *handle, |