[cogl] core: Don't initialize the GType system with --disable-glib
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] core: Don't initialize the GType system with --disable-glib
- Date: Mon, 24 Sep 2012 15:09:27 +0000 (UTC)
commit 67ad777099d62bdbc8515f6ee58ed80429cc6496
Author: Damien Lespiau <damien lespiau intel com>
Date: Sat Sep 15 14:39:29 2012 +0100
core: Don't initialize the GType system with --disable-glib
--disable-glib also defines COGL_HAS_GTYPE_SUPPORT to #ifdef out GType
support in cogl. This also means we don't want to initialize glib's type
system in that case.
Reviewed-by: Robert Bragg <robert linux intel com>
cogl/cogl.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/cogl/cogl.c b/cogl/cogl.c
index 280b157..ff9f66f 100644
--- a/cogl/cogl.c
+++ b/cogl/cogl.c
@@ -219,7 +219,9 @@ _cogl_init (void)
bindtextdomain (GETTEXT_PACKAGE, COGL_LOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
+#ifdef COGL_HAS_GTYPE_SUPPORT
g_type_init ();
+#endif
_cogl_config_read ();
_cogl_debug_check_environment ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]