[jhbuild] wayland-protocols: Depend on wayland



commit e7882a2a9844b0fdb5b08fcd2f205126e887a44c
Author: Tristan Van Berkom <tristan vanberkom codethink co uk>
Date:   Sun May 21 20:18:47 2017 +0900

    wayland-protocols: Depend on wayland
    
    Currently the lack of this expressed dependency does not cause
    builds to break because we require wayland-egl as a sysdep, and
    this will bring in a base wayland on the host system to satisfy
    the dependency.
    
    Since we do build both wayland and wayland-protocols, it's just
    better to build wayland-protocols against the fresh wayland
    that we build ourselves.

 modulesets/gnome-suites-core-deps-3.26.modules |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.26.modules b/modulesets/gnome-suites-core-deps-3.26.modules
index 8f3fe55..da8178f 100644
--- a/modulesets/gnome-suites-core-deps-3.26.modules
+++ b/modulesets/gnome-suites-core-deps-3.26.modules
@@ -1861,6 +1861,9 @@
 
   <autotools id="wayland-protocols">
     <branch repo="wayland.freedesktop.org"/>
+    <dependencies>
+      <dep package="wayland"/>
+    </dependencies>
   </autotools>
 
   <autotools id="wayland"


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