summaryrefslogtreecommitdiff
path: root/strata/core.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-04-28 14:29:20 +0100
committerBaserock Gerrit <gerrit@baserock.org>2015-04-28 13:41:28 +0000
commit610d5fa11f9c62f10cdbd0e555468976ab5e3ebd (patch)
treea920556cec7b6ad6f5f35f4c1884c261e9ed04d7 /strata/core.morph
parent1d5156078cd8475cd777f1f90127e22f6d340a29 (diff)
downloaddefinitions-610d5fa11f9c62f10cdbd0e555468976ab5e3ebd.tar.gz
Move GLib and gobject-introspection to -core
Morph now depend on pygobject (to access ostree features). Also ostree depends on libsoup. Both libsoup and pygobject depends on GLib. morph is in cross-* systems, so we move GLib to the core stratum to not have to build the entire foundation stratum in the cross-* systems. Also the change makes sense as GLib is a dependency of strata that not necessarily depend on foundation (like multimedia-gstreamer) Change-Id: I9d1527b5057c71704ef5a0fe3d3e5f348f2908e5
Diffstat (limited to 'strata/core.morph')
-rw-r--r--strata/core.morph32
1 files changed, 32 insertions, 0 deletions
diff --git a/strata/core.morph b/strata/core.morph
index 9c343b7e..56cdd925 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -287,3 +287,35 @@ chunks:
build-depends:
- autoconf-tarball
- automake
+- name: libffi
+ morph: strata/foundation/libffi.morph
+ repo: upstream:libffi
+ ref: 77d4586cc47e8f4c02278afbc220145bba0d442b
+ unpetrify-ref: baserock/morph
+ build-depends:
+ - autoconf-tarball
+ - automake
+- name: glib
+ repo: upstream:glib
+ ref: 966ffb16f6bd54cb3d928a55d00d0eda73592094
+ unpetrify-ref: 2.44.0
+ build-depends:
+ - autoconf-tarball
+ - automake
+ - cpython
+ - gettext-tarball
+ - libffi
+ - pkg-config
+- name: gobject-introspection
+ repo: upstream:gobject-introspection
+ ref: c0243e116c5e261c262dded9f4d7726a770c5a19
+ unpetrify-ref: GOBJECT_INTROSPECTION_1_44_0
+ build-depends:
+ - autoconf-tarball
+ - automake
+ - bison
+ - cpython
+ - flex
+ - glib
+ - libffi
+ - pkg-config