[jhbuild] Add dogtail condition to build dogtail tests



commit 51dc88ca07cffc5ce8f7136a4313efa9286a6093
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Jun 2 15:52:09 2014 -0500

    Add dogtail condition to build dogtail tests
    
    Currently only used by gnome-weather
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731127

 modulesets/gnome-apps-3.14.modules |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-apps-3.14.modules b/modulesets/gnome-apps-3.14.modules
index 8e6d13b..0b3d669 100644
--- a/modulesets/gnome-apps-3.14.modules
+++ b/modulesets/gnome-apps-3.14.modules
@@ -111,6 +111,9 @@
     <if condition-set="coverage">
       <autogenargs value="--enable-coverage"/>
     </if>
+    <if condition-unset="dogtail">
+      <autogenargs value="--disable-dogtail"/>
+    </if>
     <branch/>
     <dependencies>
       <dep package="gdk-pixbuf"/>
@@ -123,6 +126,9 @@
       <if condition-set="coverage">
         <dep package="lcov"/>
       </if>
+      <if condition-set="dogtail">
+        <dep package="dogtail"/>
+      </if>
     </dependencies>
   </autotools>
 


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