aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2019-01-30 22:46:17 -0500
committerAndrew Robbins <contact@andrewrobbins.info>2019-02-10 21:16:02 -0500
commit47bea82a099e54febe20d2ae83c831255f7160f6 (patch)
tree8e9c058e92bcaf26755377228d24ba9647ee07f7 /projects
parent0c248043e28b89ffda35411cff4a2db03d8b2aa9 (diff)
downloadlibrebootfr-47bea82a099e54febe20d2ae83c831255f7160f6.tar.gz
librebootfr-47bea82a099e54febe20d2ae83c831255f7160f6.zip
Declare and support dependencies for grub
Diffstat (limited to 'projects')
-rw-r--r--projects/grub/configs/dependencies1
-rwxr-xr-xprojects/grub/grub8
2 files changed, 9 insertions, 0 deletions
diff --git a/projects/grub/configs/dependencies b/projects/grub/configs/dependencies
new file mode 100644
index 00000000..34a8df95
--- /dev/null
+++ b/projects/grub/configs/dependencies
@@ -0,0 +1 @@
+dejavu-fonts
diff --git a/projects/grub/grub b/projects/grub/grub
index 4962da4f..8bc7cd43 100755
--- a/projects/grub/grub
+++ b/projects/grub/grub
@@ -19,6 +19,14 @@ arguments() {
project_arguments_targets "$project" "$@"
}
+dependencies() {
+ project_dependencies "$project" "$@"
+}
+
+dependencies_check() {
+ project_dependencies_check "$project" "$@"
+}
+
usage() {
project_usage_actions "$project"
project_usage_arguments "$project" "$@"