[libgsf] Make introspection work when libgsf is not installed. [#671698]



commit 8b7f0f5179dfb5f34b1d9c6b66026659b0d947be
Author: Jean Brefort <jean brefort normalesup org>
Date:   Sat Mar 10 08:27:38 2012 +0100

    Make introspection work when libgsf is not installed. [#671698]

 ChangeLog       |    5 +++++
 NEWS            |    3 +++
 gsf/Makefile.am |    1 -
 3 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ba3c12e..daff4b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-10  Jean Brefort  <jean brefort normalesup org>
+
+	* gsf/Makefile.am: make introspection work when libgsf is not installed.
+	[#671698]
+
 2012-02-06  Jean Brefort  <jean brefort normalesup org>
 
 	* configure.in: apply patch from Alan Knowles to add gobject introspection
diff --git a/NEWS b/NEWS
index 9e254fe..0d5ed51 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ Alan Knowles:
 Antoine Jacoutot:
 	* OpenBSD portability fix.
 
+Jean Brefort:
+	* Make introspection work when libgsf is not installed.	[#671698]
+
 --------------------------------------------------------------------------
 libgsf 1.14.22
 
diff --git a/gsf/Makefile.am b/gsf/Makefile.am
index 3bdf0a3..3ff23bc 100644
--- a/gsf/Makefile.am
+++ b/gsf/Makefile.am
@@ -164,7 +164,6 @@ Gsf-1.gir: $(G_IR_SCANNER) Makefile
 	    --library=libgsf-1.la \
 	    --libtool="$(LIBTOOL)" \
 	    --output $@ \
-	    --pkg libgsf-1 \
 	    -I$(top_srcdir) \
 	    $(libgsf_1_include_HEADERS) $(libgsf_1_la_SOURCES)
 



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