Hi guys, 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. What is the correct way to send this patch? I mean, should I have included a new bug into bugzilla with the patch? Javier Sánchez
>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
_______________________________________________ eog-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/eog-list
