[jhbuild] core-deps-latest: Disable non-srcdir builds for speech-dispatcher



commit 58388ddb3990266e754cd258e4719418d246c6bc
Author: Ernestas Kulik <ernestask gnome org>
Date:   Mon May 14 12:08:49 2018 +0300

    core-deps-latest: Disable non-srcdir builds for speech-dispatcher
    
    Not a big deal, but split-version.sh is inaccessible otherwise.

 modulesets/gnome-suites-core-deps-latest.modules |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-latest.modules 
b/modulesets/gnome-suites-core-deps-latest.modules
index 9f7e8f4..31d9b7f 100644
--- a/modulesets/gnome-suites-core-deps-latest.modules
+++ b/modulesets/gnome-suites-core-deps-latest.modules
@@ -1761,7 +1761,9 @@ the module and we will just change it to use a tarball anyway.
             size="478237"/>
   </autotools>
 
-  <autotools id="speech-dispatcher" autogenargs="--with-espeak">
+  <autotools id="speech-dispatcher"
+             supports-non-srcdir-builds="no"
+             autogenargs="--with-espeak">
     <branch repo="speech-dispatcher"
             module="speech-dispatcher-${version}.tar.gz"
             version="0.8.8"


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