[rhythmbox/gobject-introspection] bindings: Fix uninstalled compilation of GI bindings
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox/gobject-introspection] bindings: Fix uninstalled compilation of GI bindings
- Date: Wed, 12 Jan 2011 15:26:37 +0000 (UTC)
commit 48d90b874ac64a76e78c7ece87a3eabdcc9609b0
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jan 12 15:01:31 2011 +0000
bindings: Fix uninstalled compilation of GI bindings
Don't try to use a system installed version of the MPID GIR file
when compiling the Rhythmbox one.
bindings/gi/Makefile.am | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/bindings/gi/Makefile.am b/bindings/gi/Makefile.am
index 1a440d2..e3b2d48 100644
--- a/bindings/gi/Makefile.am
+++ b/bindings/gi/Makefile.am
@@ -128,14 +128,16 @@ MPID_0_13_gir_INCLUDES = GObject-2.0
MPID_0_13_gir_CFLAGS = $(RHYTHMBOX_CFLAGS_NOWARN) $(GUDEV_CFLAGS) -I../..
MPID_0_13_gir_LIBS = $(top_builddir)/shell/librhythmbox-core.la
MPID_0_13_gir_FILES = $(addprefix $(top_srcdir)/,$(mpid_introspection_sources))
+MPID_0_13_gir_PACKAGES = gobject-2.0
MPID_0_13_gir_SCANNERFLAGS = --symbol-prefix mpid_
RB-0.13.gir: $(top_builddir)/shell/librhythmbox-core.la MPID-0.13.gir
-RB_0_13_gir_INCLUDES = GObject-2.0 Gio-2.0 Gtk-3.0 Gst-0.10 libxml2-2.0 MPID-0.13
+RB_0_13_gir_INCLUDES = GObject-2.0 Gio-2.0 Gtk-3.0 Gst-0.10 libxml2-2.0
RB_0_13_gir_CFLAGS = $(RHYTHMBOX_CFLAGS_NOWARN) $(TOTEM_PLPARSER_CFLAGS) $(DBUS_CFLAGS) $(GUDEV_CFLAGS) -I../..
RB_0_13_gir_LIBS = $(top_builddir)/shell/librhythmbox-core.la
RB_0_13_gir_FILES = $(addprefix $(top_srcdir)/,$(rb_introspection_sources))
-RB_0_13_gir_SCANNERFLAGS = --symbol-prefix rb_ --identifier-prefix RB --accept-unprefixed
+RB_0_13_gir_PACKAGES = gobject-2.0 gio-2.0 gtk+-3.0 gstreamer-0.10 libxml-2.0
+RB_0_13_gir_SCANNERFLAGS = --symbol-prefix rb_ --identifier-prefix RB --accept-unprefixed --include-uninstalled=$(builddir)/MPID-0.13.gir
INTROSPECTION_GIRS += MPID-0.13.gir RB-0.13.gir
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]