From c17e31084f426d64cff98fcb29987cdd88b2c932 Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Tue, 25 Mar 2014 12:42:59 +0000 Subject: Add XZ dependency to libxml2 libxml2 searches for the xz library header and if it doesn't find it falls back to using zlib. As xz is contained in this stratum it makes sense to add as a dependency and have libxml2 use the xz library. --- core.morph | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/core.morph b/core.morph index a7ac466..234e1a1 100644 --- a/core.morph +++ b/core.morph @@ -95,11 +95,20 @@ chunks: name: gtk-doc-stub ref: baserock/morph repo: upstream:gtk-doc-stub +- build-depends: + - autoconf + - automake + - gettext + - libtool + name: xz + ref: baserock/morph + repo: upstream:xz - build-depends: - autoconf - automake - cpython - libtool + - xz name: libxml2 ref: baserock/morph repo: upstream:libxml2 @@ -169,14 +178,6 @@ chunks: name: util-linux ref: baserock/morph repo: upstream:util-linux -- build-depends: - - autoconf - - automake - - gettext - - libtool - name: xz - ref: baserock/morph - repo: upstream:xz - build-depends: - ncurses name: nano -- cgit v1.2.1