Commit a985ebd5 authored by Christophe Mutricy's avatar Christophe Mutricy

Fix include path

We already use pkg-config in configure for the fist part
parent 88041dfe
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
#include <glib.h> #include <glib.h>
#include <glib/gstdio.h> #include <glib/gstdio.h>
#include <glib-object.h> /* g_object_unref( ) */ #include <glib-object.h> /* g_object_unref( ) */
#include <librsvg-2/librsvg/rsvg.h> #include <librsvg/rsvg.h>
typedef struct svg_rendition_t svg_rendition_t; typedef struct svg_rendition_t svg_rendition_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment