summaryrefslogtreecommitdiff
path: root/foundation.morph
diff options
context:
space:
mode:
Diffstat (limited to 'foundation.morph')
-rw-r--r--foundation.morph9
1 files changed, 7 insertions, 2 deletions
diff --git a/foundation.morph b/foundation.morph
index bc906a2..60f79af 100644
--- a/foundation.morph
+++ b/foundation.morph
@@ -6,7 +6,8 @@
{
"name": "fhs-dirs",
"repo": "baserock:fhs-dirs",
- "ref": "master"
+ "ref": "master",
+ "build-depends": []
},
{
"name": "eglibc",
@@ -60,6 +61,7 @@
"repo": "upstream:libcap2",
"ref": "baserock/morph",
"build-depends": [
+ "eglibc",
"attr"
]
},
@@ -68,7 +70,8 @@
"repo": "upstream:btrfs-progs",
"ref": "baserock/morph",
"build-depends": [
- "eglibc"
+ "eglibc",
+ "attr"
]
},
{
@@ -93,6 +96,7 @@
"repo": "git://github.com/gregkh/usbutils.git",
"ref": "master",
"build-depends": [
+ "eglibc",
"libusb"
]
},
@@ -125,6 +129,7 @@
"repo": "upstream:glib",
"ref": "master",
"build-depends": [
+ "eglibc",
"libffi"
]
},