[jhbuild] bootstrap: remove vala-bootstrap from meta-module



commit db3d65f5e87cd2d2b4ed6d95e3f57ee0e7e9e2e7
Author: Ryan Lortie <desrt desrt ca>
Date:   Tue Dec 30 20:52:32 2014 -0500

    bootstrap: remove vala-bootstrap from meta-module
    
    Remove vala-bootstrap from the list of modules build during 'jhbuild
    boostrap' since it will fail (due to not-yet-installed GLib).
    
    After GLib is installed, the user will need to type 'jhbuild bootstrap
    vala-bootstrap' in order to get things working properly.
    
    This is not a great solution but it is better than the bootstrap
    aborting half way through because of a module that has no chance of
    building.

 modulesets/bootstrap.modules |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/bootstrap.modules b/modulesets/bootstrap.modules
index 4d2c611..af65b4a 100644
--- a/modulesets/bootstrap.modules
+++ b/modulesets/bootstrap.modules
@@ -164,7 +164,6 @@
         <dep package="gtk-osx-docbook"/>
         <dep package="libffi"/>
         <dep package="libpng"/>
-        <dep package="vala-bootstrap"/>
         <dep package="dbus"/>
         <dep package="pixman"/>
         <dep package="libtasn1"/>


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