Compilation error =?UTF-8?Q?fr=E2=80=8Bom?= trunk when =?UTF-8?Q?includ=E2=80=8Be?= support for =?UTF-8?Q?librsv=E2=80=8Bg=E2=80=8B?=



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?= <jsanchez deskblue com>
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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]