[gnome-shell] [gnome-shell.modules] Skip all modules in gir-repository except those we need



commit dd23a61dbb86657c28d3a663d9782af39af06c15
Author: Colin Walters <walters verbum org>
Date:   Wed Mar 3 17:18:49 2010 -0500

    [gnome-shell.modules] Skip all modules in gir-repository except those we need
    
    Otherwise we're much more subject to random build failures from e.g.
    GStreamer updates or the like.

 tools/build/gnome-shell.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/build/gnome-shell.modules b/tools/build/gnome-shell.modules
index 1b3cc69..7fdd2b5 100644
--- a/tools/build/gnome-shell.modules
+++ b/tools/build/gnome-shell.modules
@@ -43,7 +43,7 @@
     </dependencies>
   </autotools>
 
-  <autotools id="gir-repository">
+  <autotools id="gir-repository" autogenargs="--with-skipped-gir-modules=Gst,Poppler,WebKit,GSSDP,Unique,GMenu,Wnck,GooCanvas,Notify,GnomeKeyring">
     <branch repo="git.gnome.org" module="gir-repository"/>
     <dependencies>
         <dep package="gobject-introspection"/>



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