diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-10 10:24:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-10 10:24:25 +0200 |
commit | 763a7d577807bd623434caf64de151635e3537cb (patch) | |
tree | 06865df6fb1aba0e88cddd3271bfa2a1ef880955 /scripts | |
parent | f791b05d9623955ab962e4afc924a0292333d362 (diff) |
fix orbit2 compile, disable tests, diable binutils for avr32
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/scan-pkgs.sh | 4 |
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" |