summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-03 14:49:56 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-03 14:49:56 +0100
commit21026cb29ecca6055d78caea1c6c5108309c6903 (patch)
treeea1a98d1e751f4704644e934da8da545fbbbd6be
parent52bc70b48358aa3e6a55738adcfa7dd18483003d (diff)
downloadmorphs-21026cb29ecca6055d78caea1c6c5108309c6903.tar.gz
move libexpat from devel to foundation
libexpat is needed by dbus, which is in foundation
-rw-r--r--devel.morph5
-rw-r--r--foundation.morph8
2 files changed, 8 insertions, 5 deletions
diff --git a/devel.morph b/devel.morph
index c7d8964..1df82e4 100644
--- a/devel.morph
+++ b/devel.morph
@@ -136,10 +136,6 @@
"ref": "baserock/morph"
},
{
- "name": "libexpat",
- "ref": "baserock/morph"
- },
- {
"name": "openssl",
"ref": "baserock/morph"
},
@@ -165,7 +161,6 @@
"name": "git",
"ref": "baserock/morph",
"build-depends": [
- "libexpat",
"openssl",
"curl",
"cpython"
diff --git a/foundation.morph b/foundation.morph
index 39b51f1..5add8dc 100644
--- a/foundation.morph
+++ b/foundation.morph
@@ -101,6 +101,13 @@
]
},
{
+ "name": "libexpat",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "eglibc"
+ ]
+ },
+ {
"name": "glib",
"ref": "master",
"build-depends": [
@@ -111,6 +118,7 @@
"name": "dbus",
"ref": "baserock/morph",
"build-depends": [
+ "libexpat",
"glib"
]
},