summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-11 11:43:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-11 11:43:19 +0200
commitc48212fda03866172022c7666ae2353168a295d8 (patch)
tree59a0d8acdd7204cdafe4ccc84f3c2e60bdcf39b6 /scripts
parent633388aa0d49b87d723ed7475e434a514bd391bd (diff)
parentbd66c8f78a365b7e2027c52eb8ec8f7babf707ff (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rw-r--r--scripts/scan-pkgs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index dbce88a86..f5322f16b 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -77,6 +77,10 @@ if [[ -n $ADK_PACKAGE_LIBVPX ]]; then
NEED_YASM="$NEED_YASM libvpx"
fi
+if [[ -n $ADK_COMPILE_ORBIT2 ]]; then
+ NEED_LIBIDL="$NEED_LIBIDL orbit2"
+fi
+
if [[ -n $ADK_PACKAGE_FIREFOX ]]; then
NEED_YASM="$NEED_YASM firefox"
NEED_LIBIDL="$NEED_LIBIDL firefox"