summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel.morph6
-rw-r--r--foundation.morph7
2 files changed, 7 insertions, 6 deletions
diff --git a/devel.morph b/devel.morph
index 0e132370..acdf9b82 100644
--- a/devel.morph
+++ b/devel.morph
@@ -71,12 +71,6 @@
"build-depends": [ "make" ]
},
{
- "name": "xz",
- "repo": "upstream:xz",
- "ref": "baserock/morph",
- "build-depends": [ "make" ]
- },
- {
"name": "coreutils",
"repo": "upstream:coreutils",
"ref": "baserock/morph",
diff --git a/foundation.morph b/foundation.morph
index 863abea8..78259df5 100644
--- a/foundation.morph
+++ b/foundation.morph
@@ -151,10 +151,17 @@
]
},
{
+ "name": "xz",
+ "repo": "upstream:xz",
+ "ref": "baserock/morph",
+ "build-depends": [ ]
+ },
+ {
"name": "systemd",
"repo": "upstream:systemd",
"ref": "baserock/morph",
"build-depends": [
+ "xz",
"dbus",
"gobject-introspection",
"kmod",