[gnome-ostree] ostree.modules: Disable cairo support for gjs



commit 2b7798d7a35e24a1b6755e744cb2623f8912b3be
Author: Colin Walters <walters verbum org>
Date:   Thu Dec 6 17:01:57 2012 -0500

    ostree.modules: Disable cairo support for gjs
    
    We don't want to pull in cairo on the server.

 install/ostree.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/install/ostree.modules b/install/ostree.modules
index 84ba40f..a0b6614 100644
--- a/install/ostree.modules
+++ b/install/ostree.modules
@@ -28,7 +28,7 @@
       <dep package="glib"/>
     </dependencies>
   </autotools>
-  <autotools id="gjs">
+  <autotools id="gjs" autogenargs="--without-cairo">
     <branch/>
     <dependencies>
       <dep package="gobject-introspection"/>



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