diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-07-09 21:01:40 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-07-09 21:01:40 -0400 |
commit | 813bee6f0a543621b37cbcccbfd9731231d6eac6 (patch) | |
tree | 85066074baef75919fd9bafddb20bd3bbba97ecc /gdk/Makefile.am | |
parent | 0a07e9733bb259598a09515a3e4cdbcda5feef57 (diff) | |
download | gtk+-813bee6f0a543621b37cbcccbfd9731231d6eac6.tar.gz |
Try to fix !srcdir build wrt to introspection
This requires a recent gobject-introspection, so bump the
dependency to 0.9.0. Should fix bug 623520
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index f79edb3e70..916a6e2a90 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -190,7 +190,7 @@ Gdk-3.0.gir: $(gdktargetlib) Makefile Gdk_3_0_gir_SCANNERFLAGS = --strip-prefix=Gdk Gdk_3_0_gir_INCLUDES = Gio-2.0 GdkPixbuf-2.0 Pango-1.0 Gdk_3_0_gir_LIBS = $(gdktargetlib) -Gdk_3_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_files)) +Gdk_3_0_gir_FILES = $(introspection_files) Gdk_3_0_gir_CFLAGS = $(INCLUDES) INTROSPECTION_GIRS += Gdk-3.0.gir @@ -203,7 +203,7 @@ GdkX11-3.0.gir: $(gdktargetlib) Gdk-3.0.gir Makefile GdkX11_3_0_gir_SCANNERFLAGS = --strip-prefix=gdk_x11 GdkX11_3_0_gir_INCLUDES = Gio-2.0 Gdk-3.0 GdkPixbuf-2.0 Pango-1.0 xlib-2.0 GdkX11_3_0_gir_LIBS = $(gdktargetlib) -GdkX11_3_0_gir_FILES = $(addprefix $(srcdir)/,$(x11_introspection_files)) +GdkX11_3_0_gir_FILES = $(x11_introspection_files) GdkX11_3_0_gir_CFLAGS = $(INCLUDES) -L$(top_builddir)/gdk INTROSPECTION_GIRS += GdkX11-3.0.gir endif # USE_X11 |