[gnome-ostree] ostree.modules: Include gtk-doc-stub, gnome-common; fix spidermonkey



commit 53703708897eebde528706cdb2312a8368d6c332
Author: Colin Walters <walters verbum org>
Date:   Thu Dec 6 16:18:17 2012 -0500

    ostree.modules: Include gtk-doc-stub, gnome-common; fix spidermonkey
    
    spidermonkey needs --enable-threadsafe, or gjs fails to build.

 install/ostree.modules |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/install/ostree.modules b/install/ostree.modules
index 26c0ec6..84ba40f 100644
--- a/install/ostree.modules
+++ b/install/ostree.modules
@@ -4,8 +4,17 @@
       href="git://git.gnome.org/"/>
   <repository type="git" name="cgwalters"
       href="git://github.com/cgwalters"/>
+  <autotools id="gtk-doc-stub">
+    <branch/>
+  </autotools>
+  <autotools id="gnome-common">
+    <branch/>
+  </autotools>
   <autotools id="glib" autogenargs="--disable-modular-tests">
     <branch/>
+    <dependencies>
+      <dep package="gtk-doc-stub"/>
+    </dependencies>
   </autotools>
   <autotools id="gobject-introspection">
     <branch/>
@@ -13,7 +22,7 @@
       <dep package="glib"/>
     </dependencies>
   </autotools>
-  <autotools id="spidermonkey">
+  <autotools id="spidermonkey" autogenargs="--enable-threadsafe --with-system-nspr">
     <branch repo="cgwalters" module="spidermonkey-tarballs-as-git"/>
     <dependencies>
       <dep package="glib"/>
@@ -23,6 +32,7 @@
     <branch/>
     <dependencies>
       <dep package="gobject-introspection"/>
+      <dep package="gnome-common"/>
       <dep package="spidermonkey"/>
     </dependencies>
   </autotools>



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