From 21026cb29ecca6055d78caea1c6c5108309c6903 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 3 May 2012 14:49:56 +0100 Subject: move libexpat from devel to foundation libexpat is needed by dbus, which is in foundation --- foundation.morph | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'foundation.morph') diff --git a/foundation.morph b/foundation.morph index 39b51f12..5add8dc7 100644 --- a/foundation.morph +++ b/foundation.morph @@ -100,6 +100,13 @@ "eglibc" ] }, + { + "name": "libexpat", + "ref": "baserock/morph", + "build-depends": [ + "eglibc" + ] + }, { "name": "glib", "ref": "master", @@ -111,6 +118,7 @@ "name": "dbus", "ref": "baserock/morph", "build-depends": [ + "libexpat", "glib" ] }, -- cgit v1.2.1