summaryrefslogtreecommitdiff
path: root/repo/xi
diff options
context:
space:
mode:
Diffstat (limited to 'repo/xi')
-rw-r--r--repo/xi/xibuild.xibuild1
-rw-r--r--repo/xi/xipkg.xibuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/repo/xi/xibuild.xibuild b/repo/xi/xibuild.xibuild
index 71649fd..de95fb7 100644
--- a/repo/xi/xibuild.xibuild
+++ b/repo/xi/xibuild.xibuild
@@ -1,5 +1,6 @@
#!/bin/bash
+MAKEDEPS=()
DEPS=(bash tar git hg curl openssl )
SOURCE=https://git.davidovski.xyz/xilinux/xibuild.git
diff --git a/repo/xi/xipkg.xibuild b/repo/xi/xipkg.xibuild
index 83014b5..2f8aa11 100644
--- a/repo/xi/xipkg.xibuild
+++ b/repo/xi/xipkg.xibuild
@@ -1,5 +1,6 @@
#!/bin/bash
+MAKEDEPS=(python make )
DEPS=(tar python python-requests)
SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git