[json-glib] build: Remove type init option for gtk-doc



commit 627a1b3f0343666923e95ebead0c7be821d29148
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Feb 3 23:33:44 2014 +0000

    build: Remove type init option for gtk-doc
    
    We're building against a required version of GLib that does not need
    type initialization.

 doc/reference/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 822bd47..1cdbb74 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -16,7 +16,7 @@ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
 DOC_SOURCE_DIR = ../../json-glib
 
 # Extra options to pass to gtkdoc-scangobj. Not normally needed.
-SCANGOBJ_OPTIONS = --type-init-func="g_type_init()"
+SCANGOBJ_OPTIONS =
 
 # Extra options to supply to gtkdoc-scan.
 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" 


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