[jhbuild] Disable builddir != srcdir for ostree



commit f1ec9e55f53f5c12d608c4a9a13d0c56d2444769
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Sep 7 12:53:14 2016 +0100

    Disable builddir != srcdir for ostree
    
    The autogen.sh script needs to be executed into the srcdir.

 modulesets/gnome-world.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-world.modules b/modulesets/gnome-world.modules
index 674ad14..38e55c1 100644
--- a/modulesets/gnome-world.modules
+++ b/modulesets/gnome-world.modules
@@ -2478,7 +2478,7 @@
     </dependencies>
   </autotools>
 
-  <autotools id="ostree" autogenargs="--with-libarchive --enable-installed-tests">
+  <autotools id="ostree" autogenargs="--with-libarchive --enable-installed-tests" 
supports-non-srcdir-builds="no">
     <branch repo="github.com" module="ostreedev/ostree" checkoutdir="ostree"/>
     <dependencies>
       <dep package="libsoup"/>


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