[gnome-ostree] ostree.modules: Add gdk-pixbuf



commit 3fb1a857aa608a8e01e105a3d694cd69c73975d8
Author: Colin Walters <walters verbum org>
Date:   Wed Apr 17 06:17:59 2013 -0400

    ostree.modules: Add gdk-pixbuf
    
    Used by smoketest to convert qemu screenshots to png.

 install/ostree.modules | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/install/ostree.modules b/install/ostree.modules
index ae6cabe..a6ff8b4 100644
--- a/install/ostree.modules
+++ b/install/ostree.modules
@@ -22,6 +22,12 @@
       <dep package="glib"/>
     </dependencies>
   </autotools>
+  <autotools id="gdk-pixbuf" autogenargs="--without-tiff --without-libjpeg">
+    <branch revision="gdk-pixbuf-2-28"/>
+    <dependencies>
+      <dep package="glib"/>
+    </dependencies>
+  </autotools>
   <autotools id="spidermonkey" autogenargs="--enable-threadsafe --with-system-nspr">
     <branch repo="cgwalters" module="spidermonkey-tarballs-as-git"/>
     <dependencies>


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