[grilo] build: Add missing introspection dependency on gio



commit a6046475d3972d636c21bf4a82f3f39553aaa790
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Feb 10 01:12:07 2014 +0100

    build: Add missing introspection dependency on gio
    
    GIcon is defined in Gio-2.0, so add it to the Gir dependencies.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723989

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index f2e23d3..12356b0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -139,7 +139,7 @@ introspection_sources = \
        $(lib GRL_NAME@_la_SOURCES)
 
 Grl- GRL_MAJORMINOR@.gir: lib GRL_NAME@.la
-Grl_ GRL_MAJORMINOR_NORM@_gir_INCLUDES = GObject-2.0 GModule-2.0
+Grl_ GRL_MAJORMINOR_NORM@_gir_INCLUDES = GObject-2.0 GModule-2.0 Gio-2.0
 Grl_ GRL_MAJORMINOR_NORM@_gir_CFLAGS = $(lib GRL_NAME@_la_CFLAGS)
 Grl_ GRL_MAJORMINOR_NORM@_gir_LIBS = lib GRL_NAME@.la
 Grl_ GRL_MAJORMINOR_NORM@_gir_FILES = $(introspection_sources)


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