[jhbuild] world: Disable non-srcdir builds for gnome-chat



commit 1ce7d3498e0a31224421cd2a71d3b8f620961445
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Wed Dec 27 18:30:27 2017 +0800

    world: Disable non-srcdir builds for gnome-chat
    
    It fails when running configure:
    
    checking for TPAW... no
    configure: error: Package requirements (telepathy-account-widgets)
    were not met.

 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 6446881..d7091fe 100644
--- a/modulesets/gnome-world.modules
+++ b/modulesets/gnome-world.modules
@@ -289,7 +289,7 @@
     </dependencies>
   </meson>
 
-  <autotools id="gnome-chat">
+  <autotools id="gnome-chat" supports-non-srcdir-builds="no">
     <branch/>
     <dependencies>
       <dep package="glib"/>


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