[gobject-introspection] giscanner: Add gmodule-2.0 to compiler packages



commit 9b27ce73aaeb4159daa873cdb314a50447a3143d
Author: Florian MÃllner <fmuellner gnome org>
Date:   Wed Nov 23 22:48:26 2011 +0100

    giscanner: Add gmodule-2.0 to compiler packages
    
    Gio no longer draws in gmodule, so we need to add the dependency
    explicitly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664681

 giscanner/dumper.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/giscanner/dumper.py b/giscanner/dumper.py
index 0c49022..7c2eba8 100644
--- a/giscanner/dumper.py
+++ b/giscanner/dumper.py
@@ -86,7 +86,7 @@ class DumpCompiler(object):
 
         self._uninst_srcdir = os.environ.get(
             'UNINSTALLED_INTROSPECTION_SRCDIR')
-        self._packages = ['gio-2.0 gthread-2.0']
+        self._packages = ['gio-2.0 gthread-2.0 gmodule-2.0']
         self._packages.extend(options.packages)
 
     # Public API



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