[jhbuild] sysdeps: try to fix egl.pc version check



commit 51409712caf62cf96c240ae505991a8484b8b28b
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Fri Feb 28 10:35:01 2020 +0100

    sysdeps: try to fix egl.pc version check
    
    Seems like egl.pc moved from some mesa lib to libglvnd now which is
    at version 1.3 but the version in the .pc is 1.5 and it used to be 19.something
    following mesa. Which means versions don't mean anything anymore and I just
    try to make gtk build...

 modulesets/gnome-sysdeps-latest.modules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/modulesets/gnome-sysdeps-latest.modules b/modulesets/gnome-sysdeps-latest.modules
index d95c376b..3d99d5cb 100644
--- a/modulesets/gnome-sysdeps-latest.modules
+++ b/modulesets/gnome-sysdeps-latest.modules
@@ -1354,7 +1354,7 @@
 
   <systemmodule id="egl">
     <pkg-config>egl.pc</pkg-config>
-    <branch repo="system" version="10.1.3"/>
+    <branch repo="system" version="1.3"/>
   </systemmodule>
 
   <systemmodule id="glm">


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