[gtksourceview] [build] Use packages export correctly for introspection



commit 9d4b86425c51de277adbdf308bd530fb4974ad63
Author: Johan Dahlin <johan gnome org>
Date:   Mon Sep 20 12:28:20 2010 -0300

    [build] Use packages export correctly for introspection
    
    Use PACKAGES for all build time dependencies requires to
    build the GIR EXPORT_PACKAGES for packages using the GIR.
    
    This makes it possible to build GtkSource-3.0.gir without
    having gtksourceview-3.0 installed.

 gtksourceview/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/Makefile.am b/gtksourceview/Makefile.am
index af2c363..74f1255 100644
--- a/gtksourceview/Makefile.am
+++ b/gtksourceview/Makefile.am
@@ -176,7 +176,8 @@ GtkSource_3_0_gir_FILES =			\
 	$(libgtksourceview_c_files)
 
 GtkSource_3_0_gir_INCLUDES = Gtk-3.0
-GtkSource_3_0_gir_PACKAGES = gtksourceview-3.0
+GtkSource_3_0_gir_PACKAGES = gtk+-3.0
+GtkSource_3_0_gir_EXPORT_PACKAGES = gtksourceview-3.0
 
 girdir = $(INTROSPECTION_GIRDIR)
 gir_DATA = $(INTROSPECTION_GIRS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]