[jhbuild] apps-3.22: Disable non-srcdir builds for libgames-support



commit ca7eae1d5bbd7770fcb44bd49e7df2e92df4939c
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Jun 2 16:00:25 2016 +0100

    apps-3.22: Disable non-srcdir builds for libgames-support
    
    It's a Vala library and uses the autotools integration, which has known
    builddir != srcdir issues.

 modulesets/gnome-apps-3.22.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-apps-3.22.modules b/modulesets/gnome-apps-3.22.modules
index 7bfa137..bacbc05 100644
--- a/modulesets/gnome-apps-3.22.modules
+++ b/modulesets/gnome-apps-3.22.modules
@@ -161,7 +161,7 @@
     </dependencies>
   </autotools>
 
-  <autotools id="libgames-support">
+  <autotools id="libgames-support" supports-non-srcdir-builds="no">
     <branch/>
     <dependencies>
       <dep package="glib"/>


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