Mercurial > hg > mxe
annotate src/librsvg-1-fixes.patch @ 3067:b11464811f7f
build shared library for pthreads
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 28 Nov 2012 20:16:38 -0500 |
parents | 99516e73b368 |
children |
rev | line source |
---|---|
2333
f653602a0500
Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents:
1447
diff
changeset
|
1 This file is part of MXE. |
2353
99516e73b368
Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
2333
diff
changeset
|
2 See index.html for further information. |
1204 | 3 |
1447
8d43a215ea43
upgrade packages: atkmm gdal gdk-pixbuf glew glib gtk imagemagick lapack librsvg libvpx libxml2 ogg pixman vorbis x264
Volker Grabsch <vog@notjusthosting.com>
parents:
1219
diff
changeset
|
4 Contains an ad hoc patch for cross building. |
1204 | 5 |
1219 | 6 From 1ff5a73bee660f1d61f9cdd7c8d7aff29e959c4c Mon Sep 17 00:00:00 2001 |
2333
f653602a0500
Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents:
1447
diff
changeset
|
7 From: MXE |
1219 | 8 Date: Mon, 27 Sep 2010 12:00:52 +0200 |
9 Subject: [PATCH 1/2] fix .pc requirements | |
10 | |
1204 | 11 |
12 diff --git a/librsvg.pc.in b/librsvg.pc.in | |
13 index 372f199..b6ee7a9 100644 | |
14 --- a/librsvg.pc.in | |
15 +++ b/librsvg.pc.in | |
16 @@ -9,7 +9,7 @@ css_supported=@CSS_SUPPORTED@ | |
17 Name: librsvg | |
18 Description: library that renders svg files | |
19 Version: @VERSION@ | |
20 -Requires: glib-2.0 gio-2.0 gdk-pixbuf-2.0 cairo | |
21 +Requires: glib-2.0 gio-2.0 gdk-pixbuf-2.0 cairo libgsf-1 pangocairo libcroco-0.6 | |
22 Requires.private: | |
23 Libs: -L${libdir} -lrsvg-@RSVG_API_MAJOR_VERSION@ -lm | |
24 Cflags: -I${includedir}/librsvg-@RSVG_API_VERSION@ | |
1219 | 25 -- |
26 1.7.1 |