[librsvg: 23/33] Fix includes in gdk-pixbuf-loader
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 23/33] Fix includes in gdk-pixbuf-loader
- Date: Mon, 2 Nov 2020 16:59:48 +0000 (UTC)
commit b08aa3a98f1639364be32dd45adf3aeadac0037d
Author: Federico Mena Quintero <federico gnome org>
Date: Fri Oct 30 13:14:52 2020 -0600
Fix includes in gdk-pixbuf-loader
gdk-pixbuf-loader/Makefile.am | 2 +-
gdk-pixbuf-loader/io-svg.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk-pixbuf-loader/Makefile.am b/gdk-pixbuf-loader/Makefile.am
index a69eadf2..28e04d63 100644
--- a/gdk-pixbuf-loader/Makefile.am
+++ b/gdk-pixbuf-loader/Makefile.am
@@ -10,7 +10,7 @@ libpixbufloader_svg_la_SOURCES = \
libpixbufloader_svg_la_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir) \
- -I$(top_builddir)/librsvg \
+ -I$(top_builddir)/include \
-DGDK_PIXBUF_ENABLE_BACKEND \
-DG_LOG_DOMAIN=\"libpixbufloader-svg\" \
$(AM_CPPFLAGS)
diff --git a/gdk-pixbuf-loader/io-svg.c b/gdk-pixbuf-loader/io-svg.c
index a8577d0b..8a404417 100644
--- a/gdk-pixbuf-loader/io-svg.c
+++ b/gdk-pixbuf-loader/io-svg.c
@@ -28,7 +28,7 @@
#include <stdlib.h>
-#include "librsvg/rsvg.h"
+#include "include/rsvg.h"
#include <gdk-pixbuf/gdk-pixbuf.h>
#define N_(string) (string)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]