summaryrefslogtreecommitdiff
path: root/scripts/scan-pkgs.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-10 10:24:25 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-10 10:24:25 +0200
commit763a7d577807bd623434caf64de151635e3537cb (patch)
tree06865df6fb1aba0e88cddd3271bfa2a1ef880955 /scripts/scan-pkgs.sh
parentf791b05d9623955ab962e4afc924a0292333d362 (diff)
fix orbit2 compile, disable tests, diable binutils for avr32
Diffstat (limited to 'scripts/scan-pkgs.sh')
-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"