summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-03-25 12:42:59 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-03-28 18:00:20 +0000
commitc17e31084f426d64cff98fcb29987cdd88b2c932 (patch)
tree74f5dd8d9144485b347408696d1169c0885a10bb
parentbba4ddcc653e81f319f4a76efa03a407714ffd71 (diff)
downloadmorphs-c17e31084f426d64cff98fcb29987cdd88b2c932.tar.gz
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.
-rw-r--r--core.morph17
1 files changed, 9 insertions, 8 deletions
diff --git a/core.morph b/core.morph
index a7ac466..234e1a1 100644
--- a/core.morph
+++ b/core.morph
@@ -98,8 +98,17 @@ chunks:
- 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
@@ -170,14 +179,6 @@ chunks:
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
ref: baserock/morph