[jhbuild] core-deps: Build latest pixman if not available



commit de4e6c49bff969fedd34488186a53a05c94a0fb5
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Jan 14 16:37:44 2019 +0000

    core-deps: Build latest pixman if not available
    
    Cairo depends on the latest pixman.
    
    If pixman 0.36 isn't available, we should build it from Git.

 modulesets/gnome-suites-core-deps-latest.modules | 4 ++++
 modulesets/gnome-sysdeps-latest.modules          | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/modulesets/gnome-suites-core-deps-latest.modules 
b/modulesets/gnome-suites-core-deps-latest.modules
index 6d2fdc1c..0ffcb9a2 100644
--- a/modulesets/gnome-suites-core-deps-latest.modules
+++ b/modulesets/gnome-suites-core-deps-latest.modules
@@ -1775,6 +1775,10 @@
     </dependencies>
   </autotools>
 
+  <autotools id="pixman" autogenargs="--disable-gtk">
+    <branch repo="git.freedesktop.org" module="pixman"/>
+  </autotools>
+
   <autotools id="pyatspi2" autogenargs="--with-python=python3" >
     <branch/>
     <dependencies>
diff --git a/modulesets/gnome-sysdeps-latest.modules b/modulesets/gnome-sysdeps-latest.modules
index b19464a6..a82a6839 100644
--- a/modulesets/gnome-sysdeps-latest.modules
+++ b/modulesets/gnome-sysdeps-latest.modules
@@ -1023,7 +1023,7 @@
   <systemmodule id="pixman">
     <pkg-config>pixman-1.pc</pkg-config>
     <branch repo="system"
-            version="0.30"/>
+            version="0.36"/>
   </systemmodule>
 
   <systemmodule id="pkg-config">


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