[jhbuild] gnome-apps-3.26: add dazzle/jsonrpc-glib/template-glib



commit 9f6bd8055346ca9f63ed26b6ede82474b7291844
Author: Christian Hergert <chergert redhat com>
Date:   Sun Jun 4 16:21:05 2017 -0700

    gnome-apps-3.26: add dazzle/jsonrpc-glib/template-glib
    
    We will need these coming up for the Builder transition to Meson (and
    presumably any other app that decides to use them).

 modulesets/gnome-apps-3.26.modules |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-apps-3.26.modules b/modulesets/gnome-apps-3.26.modules
index f2964e7..0cea77d 100644
--- a/modulesets/gnome-apps-3.26.modules
+++ b/modulesets/gnome-apps-3.26.modules
@@ -107,6 +107,22 @@
     </dependencies>
   </autotools>
 
+  <meson id="jsonrpc-glib">
+    <branch/>
+    <dependencies>
+      <dep package="glib"/>
+      <dep package="json-glib"/>
+    </dependencies>
+  </meson>
+
+  <meson id="libdazzle">
+    <branch/>
+    <dependencies>
+      <dep package="glib"/>
+      <dep package="gtk+-3"/>
+    </dependencies>
+  </meson>
+
   <autotools id="libgnome-games-support" supports-non-srcdir-builds="no">
     <branch/>
     <dependencies>
@@ -646,6 +662,14 @@
     </dependencies>
   </autotools>
 
+  <meson id="template-glib">
+    <branch/>
+    <dependencies>
+      <dep package="glib"/>
+      <dep package="gobject-introspection"/>
+    </dependencies>
+  </meson>
+
 <!-- Meta Modules -->
 
   <!-- Tested applications: these are built continuously by build.gnome.org


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