[pango] Bug 626500 - Fails to compile with gobject-introspection 0.9
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Bug 626500 - Fails to compile with gobject-introspection 0.9
- Date: Tue, 24 Aug 2010 23:41:24 +0000 (UTC)
commit d3f2af76130687f72653c1866fb8af91b6500250
Author: Robert Ancell <robert ancell canonical com>
Date: Tue Aug 10 16:31:44 2010 +1000
Bug 626500 - Fails to compile with gobject-introspection 0.9
pango/Makefile.am | 2 +-
pango/pango-engine-private.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pango/Makefile.am b/pango/Makefile.am
index 69b0800..5747400 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -527,7 +527,7 @@ pangocairo-$(PANGO_API_VERSION).lib: libpangocairo-$(PANGO_API_VERSION).la $(src
if HAVE_INTROSPECTION
girdir = $(datadir)/gir-1.0
-dist_gir_DATA = $(INTROSPECTION_GIRS)
+gir_DATA = $(INTROSPECTION_GIRS)
typelibsdir = $(libdir)/girepository-1.0
typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
diff --git a/pango/pango-engine-private.h b/pango/pango-engine-private.h
index 5c88a4b..c57c74d 100644
--- a/pango/pango-engine-private.h
+++ b/pango/pango-engine-private.h
@@ -23,7 +23,7 @@
#ifndef __PANGO_ENGINE_PRIVATE_H__
#define __PANGO_ENGINE_PRIVATE_H__
-#include <pango-engine.h>
+#include "pango-engine.h"
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]