Compilation error from trunk when include support for librsvg
Deskblue Software - Javier Sánchez <[email protected]> Fri, 08 Feb 2013 20:46:26 +0100
| Newsgroups | gmane.comp.gnome.apps.Eog |
|---|---|
| Message-ID | <1360352786.11373.2.camel@rocinante> |
--=-j/rsh+7I5Q2BBg3js/O3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi guys, =20 I'm working to solve bug #682823. While compiling, I have discover that some includes for librsvg support were forgotten. I have included as an attachment to this mail the patch that fix it. =20 What is the correct way to send this patch? I mean, should I have included a new bug into bugzilla with the patch?=20 =20 Javier S=C3=A1nchez =20 --=-j/rsh+7I5Q2BBg3js/O3 Content-Disposition: attachment; filename*0=0001-Fixed-compilation-error-when-build-EOG-with-librsvg-.pat; filename*1=ch Content-Type: text/x-patch; name="0001-Fixed-compilation-error-when-build-EOG-with-librsvg-.patch"; charset="UTF-8" Content-Transfer-Encoding: 7bit From f43713383ddc9fd95b5a4240ed68a248fc21ae59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20S=C3=A1nchez?= <[email protected]> Date: Sun, 2 Dec 2012 10:23:55 +0100 Subject: [PATCH] Fixed compilation error when build EOG with librsvg support. --- src/eog-image.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/eog-image.c b/src/eog-image.c index 4ce2e60..d321c26 100644 --- a/src/eog-image.c +++ b/src/eog-image.c @@ -67,6 +67,7 @@ #ifdef HAVE_RSVG #include <librsvg/rsvg.h> +#include <librsvg/librsvg-features.h> #endif #define EOG_IMAGE_GET_PRIVATE(object) \ -- 1.7.10.4 --=-j/rsh+7I5Q2BBg3js/O3 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ eog-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/eog-list --=-j/rsh+7I5Q2BBg3js/O3--