[jhbuild] 3.26: Try building colord with --disable-vala



commit 3558b8eb664c0646321f05f24481f17fb6290c21
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Fri Aug 11 13:27:59 2017 -0500

    3.26: Try building colord with --disable-vala
    
    For whatever reason, we build colord with vala disabled but colord-gtk
    with vala enabled. It's not going to work. Let's see if we can get away
    with disabling it so that we have one fewer thing to troubleshoot.

 modulesets/gnome-suites-core-deps-3.26.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.26.modules b/modulesets/gnome-suites-core-deps-3.26.modules
index b795021..e3d2fec 100644
--- a/modulesets/gnome-suites-core-deps-3.26.modules
+++ b/modulesets/gnome-suites-core-deps-3.26.modules
@@ -272,7 +272,7 @@ the module and we will just change it to use a tarball anyway.
     </suggests>
   </meson>
 
-  <autotools id="colord-gtk" autogenargs="--enable-vala">
+  <autotools id="colord-gtk" autogenargs="--disable-vala">
     <branch repo="github.com" checkoutdir="colord-gtk" module="hughsie/colord-gtk.git"/>
     <dependencies>
       <dep package="glib"/>


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